Html Css Color HEX #2ABBCD Summer Sky

📋 copy color: '#2ABBCD'

red 42 ◦ green 187 ◦ blue 205

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

Shades of Summer Sky #2ABBCD

Tints of Summer Sky #2ABBCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 47.24%

R = 9.68%
G = 43.09%
B = 47.24%

CMYK

 C value IS 0.80

 M value IS 0.09

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#2ABBCD (or 0x2ABBCD) is known color: Summer Sky. HEX triplet: 2A, BB and CD. RGB value is (42,187,205). Sum of RGB (Red+Green+Blue) = 42+187+205=434 (57% of max value = 765). Red value is 42 (16.80% from 255 or 9.68% from 434); Green value is 187 (73.44% from 255 or 43.09% from 434); Blue value is 205 (80.47% from 255 or 47.24% from 434); Max value from RGB is 205 - color contains mainly: blue. Hex color #2ABBCD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ABBCD is #D54432. Grayscale: #919191. Windows color (decimal): -13976627 or 13482794. OLE color: 13482794.

HSL color Cylindrical-coordinate representation of color #2ABBCD: hue angle of 186.63º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2ABBCD is Cyan = 0.80, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 42 187 205 -
CMYK 0.80 0.09 0 0.20
HSL 186.63º 0.66% 0.48% -
HSV(B) 186.63º 0.8% 0.8% -
XYZ 29.74 40.44 64 -
YUV 145.7 161.46 54.04 -
System Red Green Blue C M Y K H S L
Decimal 42 187 205 0.80 0.09 0 0.20 186.63 0.66 0.48
Hex 2A BB CD 50 9 0 14 BB 42 30
Octal 52 273 315 120 11 0 24 273 102 60
Binary 101010 10111011 11001101 1010000 1001 0 10100 10111011 1000010 110000

Color Harmonies of #2ABBCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ABBCD

Black with #2ABBCD

Text Example


Text Example

White with #2ABBCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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