Html Css Color HEX #2ABEEC Summer Sky

📋 copy color: '#2ABEEC'

red 42 ◦ green 190 ◦ blue 236

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

Shades of Summer Sky #2ABEEC

Tints of Summer Sky #2ABEEC

RGB

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

 GREEN value IS 190 (74.61% from 255) = 40.6%

 BLUE value IS 236 (92.58% from 255) = 50.43%

R = 8.97%
G = 40.6%
B = 50.43%

CMYK

 C value IS 0.82

 M value IS 0.19

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#2ABEEC (or 0x2ABEEC) is known color: Summer Sky. HEX triplet: 2A, BE and EC. RGB value is (42,190,236). Sum of RGB (Red+Green+Blue) = 42+190+236=468 (61% of max value = 765). Red value is 42 (16.80% from 255 or 8.97% from 468); Green value is 190 (74.61% from 255 or 40.60% from 468); Blue value is 236 (92.58% from 255 or 50.43% from 468); Max value from RGB is 236 - color contains mainly: blue. Hex color #2ABEEC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2ABEEC is #D54113. Grayscale: #969696. Windows color (decimal): -13975828 or 15515178. OLE color: 15515178.

HSL color Cylindrical-coordinate representation of color #2ABEEC: hue angle of 194.23º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2ABEEC is Cyan = 0.82, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 42 190 236 -
CMYK 0.82 0.19 0 0.07
HSL 194.23º 0.84% 0.55% -
HSV(B) 194.23º 0.82% 0.93% -
XYZ 34.51 43.38 85.91 -
YUV 150.99 175.97 50.26 -
System Red Green Blue C M Y K H S L
Decimal 42 190 236 0.82 0.19 0 0.07 194.23 0.84 0.55
Hex 2A BE EC 52 13 0 7 C2 54 37
Octal 52 276 354 122 23 0 7 302 124 67
Binary 101010 10111110 11101100 1010010 10011 0 111 11000010 1010100 110111

Color Harmonies of #2ABEEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ABEEC

Black with #2ABEEC

Text Example


Text Example

White with #2ABEEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,190,236); }

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

background-color css

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

 a { background-color: rgb(42,190,236); }

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

border-color css

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

 span { border-color: rgb(42,190,236); }

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