Html Css Color HEX #2ACCEE Summer Sky

📋 copy color: '#2ACCEE'

red 42 ◦ green 204 ◦ blue 238

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

Shades of Summer Sky #2ACCEE

Tints of Summer Sky #2ACCEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 49.17%

R = 8.68%
G = 42.15%
B = 49.17%

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

#2ACCEE (or 0x2ACCEE) is known color: Summer Sky. HEX triplet: 2A, CC and EE. RGB value is (42,204,238). Sum of RGB (Red+Green+Blue) = 42+204+238=484 (64% of max value = 765). Red value is 42 (16.80% from 255 or 8.68% from 484); Green value is 204 (80.08% from 255 or 42.15% from 484); Blue value is 238 (93.36% from 255 or 49.17% from 484); Max value from RGB is 238 - color contains mainly: blue. Hex color #2ACCEE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2ACCEE is #D53311. Grayscale: #9F9F9F. Windows color (decimal): -13972242 or 15649834. OLE color: 15649834.

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

Color convert

RGB 42 204 238 -
CMYK 0.82 0.14 0 0.07
HSL 190.41º 0.85% 0.55% -
HSV(B) 190.41º 0.82% 0.93% -
XYZ 37.98 49.85 88.51 -
YUV 159.44 172.33 44.24 -
System Red Green Blue C M Y K H S L
Decimal 42 204 238 0.82 0.14 0 0.07 190.41 0.85 0.55
Hex 2A CC EE 52 E 0 7 BE 55 37
Octal 52 314 356 122 16 0 7 276 125 67
Binary 101010 11001100 11101110 1010010 1110 0 111 10111110 1010101 110111

Color Harmonies of #2ACCEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ACCEE

Black with #2ACCEE

Text Example


Text Example

White with #2ACCEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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