Html Css Color HEX #2ABBCF Summer Sky

📋 copy color: '#2ABBCF'

red 42 ◦ green 187 ◦ blue 207

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

Shades of Summer Sky #2ABBCF

Tints of Summer Sky #2ABBCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 47.48%

R = 9.63%
G = 42.89%
B = 47.48%

CMYK

 C value IS 0.80

 M value IS 0.10

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#2ABBCF (or 0x2ABBCF) is known color: Summer Sky. HEX triplet: 2A, BB and CF. RGB value is (42,187,207). Sum of RGB (Red+Green+Blue) = 42+187+207=436 (57% of max value = 765). Red value is 42 (16.80% from 255 or 9.63% from 436); Green value is 187 (73.44% from 255 or 42.89% from 436); Blue value is 207 (81.25% from 255 or 47.48% from 436); Max value from RGB is 207 - color contains mainly: blue. Hex color #2ABBCF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ABBCF is #D54430. Grayscale: #919191. Windows color (decimal): -13976625 or 13613866. OLE color: 13613866.

HSL color Cylindrical-coordinate representation of color #2ABBCF: hue angle of 187.27º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2ABBCF is Cyan = 0.80, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 42 187 207 -
CMYK 0.80 0.10 0 0.19
HSL 187.27º 0.66% 0.49% -
HSV(B) 187.27º 0.8% 0.81% -
XYZ 29.99 40.54 65.28 -
YUV 145.93 162.46 53.87 -
System Red Green Blue C M Y K H S L
Decimal 42 187 207 0.80 0.10 0 0.19 187.27 0.66 0.49
Hex 2A BB CF 50 A 0 13 BB 42 31
Octal 52 273 317 120 12 0 23 273 102 61
Binary 101010 10111011 11001111 1010000 1010 0 10011 10111011 1000010 110001

Color Harmonies of #2ABBCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ABBCF

Black with #2ABBCF

Text Example


Text Example

White with #2ABBCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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