Html Css Color HEX #2ABBCA Summer Sky

📋 copy color: '#2ABBCA'

red 42 ◦ green 187 ◦ blue 202

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

Shades of Summer Sky #2ABBCA

Tints of Summer Sky #2ABBCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 46.87%

R = 9.74%
G = 43.39%
B = 46.87%

CMYK

 C value IS 0.79

 M value IS 0.07

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#2ABBCA (or 0x2ABBCA) is known color: Summer Sky. HEX triplet: 2A, BB and CA. RGB value is (42,187,202). Sum of RGB (Red+Green+Blue) = 42+187+202=431 (57% of max value = 765). Red value is 42 (16.80% from 255 or 9.74% from 431); Green value is 187 (73.44% from 255 or 43.39% from 431); Blue value is 202 (79.30% from 255 or 46.87% from 431); Max value from RGB is 202 - color contains mainly: blue. Hex color #2ABBCA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ABBCA is #D54435. Grayscale: #919191. Windows color (decimal): -13976630 or 13286186. OLE color: 13286186.

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

Color convert

RGB 42 187 202 -
CMYK 0.79 0.07 0 0.21
HSL 185.63º 0.66% 0.48% -
HSV(B) 185.63º 0.79% 0.79% -
XYZ 29.39 40.3 62.11 -
YUV 145.36 159.96 54.28 -
System Red Green Blue C M Y K H S L
Decimal 42 187 202 0.79 0.07 0 0.21 185.63 0.66 0.48
Hex 2A BB CA 4F 7 0 15 BA 42 30
Octal 52 273 312 117 7 0 25 272 102 60
Binary 101010 10111011 11001010 1001111 111 0 10101 10111010 1000010 110000

Color Harmonies of #2ABBCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ABBCA

Black with #2ABBCA

Text Example


Text Example

White with #2ABBCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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