Html Css Color HEX #2ABBCC Summer Sky

📋 copy color: '#2ABBCC'

red 42 ◦ green 187 ◦ blue 204

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

Shades of Summer Sky #2ABBCC

Tints of Summer Sky #2ABBCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 47.11%

R = 9.7%
G = 43.19%
B = 47.11%

CMYK

 C value IS 0.79

 M value IS 0.08

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#2ABBCC (or 0x2ABBCC) is known color: Summer Sky. HEX triplet: 2A, BB and CC. RGB value is (42,187,204). Sum of RGB (Red+Green+Blue) = 42+187+204=433 (57% of max value = 765). Red value is 42 (16.80% from 255 or 9.70% from 433); Green value is 187 (73.44% from 255 or 43.19% from 433); Blue value is 204 (80.08% from 255 or 47.11% from 433); Max value from RGB is 204 - color contains mainly: blue. Hex color #2ABBCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ABBCC is #D54433. Grayscale: #919191. Windows color (decimal): -13976628 or 13417258. OLE color: 13417258.

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

Color convert

RGB 42 187 204 -
CMYK 0.79 0.08 0 0.2
HSL 186.3º 0.66% 0.48% -
HSV(B) 186.3º 0.79% 0.8% -
XYZ 29.62 40.39 63.36 -
YUV 145.58 160.96 54.12 -
System Red Green Blue C M Y K H S L
Decimal 42 187 204 0.79 0.08 0 0.2 186.3 0.66 0.48
Hex 2A BB CC 4F 8 0 14 BA 42 30
Octal 52 273 314 117 10 0 24 272 102 60
Binary 101010 10111011 11001100 1001111 1000 0 10100 10111010 1000010 110000

Color Harmonies of #2ABBCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ABBCC

Black with #2ABBCC

Text Example


Text Example

White with #2ABBCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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