Html Css Color HEX #2ABAEC Summer Sky

📋 copy color: '#2ABAEC'

red 42 ◦ green 186 ◦ blue 236

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

Shades of Summer Sky #2ABAEC

Tints of Summer Sky #2ABAEC

RGB

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

 GREEN value IS 186 (73.05% from 255) = 40.09%

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

R = 9.05%
G = 40.09%
B = 50.86%

CMYK

 C value IS 0.82

 M value IS 0.21

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#2ABAEC (or 0x2ABAEC) is known color: Summer Sky. HEX triplet: 2A, BA and EC. RGB value is (42,186,236). Sum of RGB (Red+Green+Blue) = 42+186+236=464 (61% of max value = 765). Red value is 42 (16.80% from 255 or 9.05% from 464); Green value is 186 (73.05% from 255 or 40.09% from 464); Blue value is 236 (92.58% from 255 or 50.86% from 464); Max value from RGB is 236 - color contains mainly: blue. Hex color #2ABAEC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2ABAEC is #D54513. Grayscale: #949494. Windows color (decimal): -13976852 or 15514154. OLE color: 15514154.

HSL color Cylindrical-coordinate representation of color #2ABAEC: hue angle of 195.46º 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 #2ABAEC is Cyan = 0.82, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 42 186 236 -
CMYK 0.82 0.21 0 0.07
HSL 195.46º 0.84% 0.55% -
HSV(B) 195.46º 0.82% 0.93% -
XYZ 33.65 41.67 85.63 -
YUV 148.64 177.29 51.93 -
System Red Green Blue C M Y K H S L
Decimal 42 186 236 0.82 0.21 0 0.07 195.46 0.84 0.55
Hex 2A BA EC 52 15 0 7 C3 54 37
Octal 52 272 354 122 25 0 7 303 124 67
Binary 101010 10111010 11101100 1010010 10101 0 111 11000011 1010100 110111

Color Harmonies of #2ABAEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ABAEC

Black with #2ABAEC

Text Example


Text Example

White with #2ABAEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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