Html Css Color HEX #2ABBDC Summer Sky

📋 copy color: '#2ABBDC'

red 42 ◦ green 187 ◦ blue 220

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

Shades of Summer Sky #2ABBDC

Tints of Summer Sky #2ABBDC

RGB

 RED value IS 42 (16.8% from 255) = 9.35%

 GREEN value IS 187 (73.44% from 255) = 41.65%

 BLUE value IS 220 (86.33% from 255) = 49%

R = 9.35%
G = 41.65%
B = 49%

CMYK

 C value IS 0.81

 M value IS 0.15

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2ABBDC (or 0x2ABBDC) is known color: Summer Sky. HEX triplet: 2A, BB and DC. RGB value is (42,187,220). Sum of RGB (Red+Green+Blue) = 42+187+220=449 (59% of max value = 765). Red value is 42 (16.80% from 255 or 9.35% from 449); Green value is 187 (73.44% from 255 or 41.65% from 449); Blue value is 220 (86.33% from 255 or 49.00% from 449); Max value from RGB is 220 - color contains mainly: blue. Hex color #2ABBDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ABBDC is #D54423. Grayscale: #939393. Windows color (decimal): -13976612 or 14465834. OLE color: 14465834.

HSL color Cylindrical-coordinate representation of color #2ABBDC: hue angle of 191.12º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2ABBDC is Cyan = 0.81, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 42 187 220 -
CMYK 0.81 0.15 0 0.14
HSL 191.12º 0.72% 0.51% -
HSV(B) 191.12º 0.81% 0.86% -
XYZ 31.64 41.2 73.99 -
YUV 147.41 168.96 52.82 -
System Red Green Blue C M Y K H S L
Decimal 42 187 220 0.81 0.15 0 0.14 191.12 0.72 0.51
Hex 2A BB DC 51 F 0 E BF 48 33
Octal 52 273 334 121 17 0 16 277 110 63
Binary 101010 10111011 11011100 1010001 1111 0 1110 10111111 1001000 110011

Color Harmonies of #2ABBDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ABBDC

Black with #2ABBDC

Text Example


Text Example

White with #2ABBDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2ABBDC; }

 p { color: rgb(42,187,220); }

 H1.HeaderClassName
 {
   color: #2ABBDC;
 }
 .AnyTagClassName
 {
   color: #2ABBDC;
 }
</style>

background-color css

<style>
 a { background-color: #2ABBDC; }

 a { background-color: rgb(42,187,220); }

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

border-color css

<style>
 span { border-color: #2ABBDC; }

 span { border-color: rgb(42,187,220); }

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