Html Css Color HEX #3ABCDB Summer Sky

📋 copy color: '#3ABCDB'

red 58 ◦ green 188 ◦ blue 219

#3ABCDB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Summer Sky #3ABCDB

Tints of Summer Sky #3ABCDB

RGB

 RED value IS 58 (23.05% from 255) = 12.47%

 GREEN value IS 188 (73.83% from 255) = 40.43%

 BLUE value IS 219 (85.94% from 255) = 47.1%

R = 12.47%
G = 40.43%
B = 47.1%

CMYK

 C value IS 0.74

 M value IS 0.14

 Y value IS 0

 K value IS 0.14

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#3ABCDB (or 0x3ABCDB) is known color: Summer Sky. HEX triplet: 3A, BC and DB. RGB value is (58,188,219). Sum of RGB (Red+Green+Blue) = 58+188+219=465 (61% of max value = 765). Red value is 58 (23.05% from 255 or 12.47% from 465); Green value is 188 (73.83% from 255 or 40.43% from 465); Blue value is 219 (85.94% from 255 or 47.10% from 465); Max value from RGB is 219 - color contains mainly: blue. Hex color #3ABCDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ABCDB is #C54324. Grayscale: #989898. Windows color (decimal): -12927781 or 14400570. OLE color: 14400570.

HSL color Cylindrical-coordinate representation of color #3ABCDB: hue angle of 191.55º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3ABCDB is Cyan = 0.74, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 58 188 219 -
CMYK 0.74 0.14 0 0.14
HSL 191.55º 0.69% 0.54% -
HSV(B) 191.55º 0.74% 0.86% -
XYZ 32.51 41.98 73.41 -
YUV 152.66 165.43 60.48 -
System Red Green Blue C M Y K H S L
Decimal 58 188 219 0.74 0.14 0 0.14 191.55 0.69 0.54
Hex 3A BC DB 4A E 0 E C0 45 36
Octal 72 274 333 112 16 0 16 300 105 66
Binary 111010 10111100 11011011 1001010 1110 0 1110 11000000 1000101 110110

Color Harmonies of #3ABCDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ABCDB

Black with #3ABCDB

Text Example


Text Example

White with #3ABCDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3ABCDB; }

 p { color: rgb(58,188,219); }

 H1.HeaderClassName
 {
   color: #3ABCDB;
 }
 .AnyTagClassName
 {
   color: #3ABCDB;
 }
</style>

background-color css

<style>
 a { background-color: #3ABCDB; }

 a { background-color: rgb(58,188,219); }

 div.DivClassName
 {
   background-color: #3ABCDB;
 }
 .BgClassName
 {
   background-color: #3ABCDB;
 }
</style>

border-color css

<style>
 span { border-color: #3ABCDB; }

 span { border-color: rgb(58,188,219); }

 td.TdClassName
 {
   border-color: #3ABCDB;
 }
 .TagClassName
 {
   border-color: #3ABCDB;
 }
</style>