Html Css Color HEX #2ACCEC Summer Sky

📋 copy color: '#2ACCEC'

red 42 ◦ green 204 ◦ blue 236

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

Shades of Summer Sky #2ACCEC

Tints of Summer Sky #2ACCEC

RGB

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

 GREEN value IS 204 (80.08% from 255) = 42.32%

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

R = 8.71%
G = 42.32%
B = 48.96%

CMYK

 C value IS 0.82

 M value IS 0.14

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#2ACCEC (or 0x2ACCEC) is known color: Summer Sky. HEX triplet: 2A, CC and EC. RGB value is (42,204,236). Sum of RGB (Red+Green+Blue) = 42+204+236=482 (63% of max value = 765). Red value is 42 (16.80% from 255 or 8.71% from 482); Green value is 204 (80.08% from 255 or 42.32% from 482); Blue value is 236 (92.58% from 255 or 48.96% from 482); Max value from RGB is 236 - color contains mainly: blue. Hex color #2ACCEC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2ACCEC is #D53313. Grayscale: #9E9E9E. Windows color (decimal): -13972244 or 15518762. OLE color: 15518762.

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

Color convert

RGB 42 204 236 -
CMYK 0.82 0.14 0 0.07
HSL 189.9º 0.84% 0.55% -
HSV(B) 189.9º 0.82% 0.93% -
XYZ 37.69 49.73 86.97 -
YUV 159.21 171.33 44.4 -
System Red Green Blue C M Y K H S L
Decimal 42 204 236 0.82 0.14 0 0.07 189.9 0.84 0.55
Hex 2A CC EC 52 E 0 7 BE 54 37
Octal 52 314 354 122 16 0 7 276 124 67
Binary 101010 11001100 11101100 1010010 1110 0 111 10111110 1010100 110111

Color Harmonies of #2ACCEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ACCEC

Black with #2ACCEC

Text Example


Text Example

White with #2ACCEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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