Html Css Color HEX #2ACEEE Summer Sky

📋 copy color: '#2ACEEE'

red 42 ◦ green 206 ◦ blue 238

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

Shades of Summer Sky #2ACEEE

Tints of Summer Sky #2ACEEE

RGB

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

 GREEN value IS 206 (80.86% from 255) = 42.39%

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

R = 8.64%
G = 42.39%
B = 48.97%

CMYK

 C value IS 0.82

 M value IS 0.13

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#2ACEEE (or 0x2ACEEE) is known color: Summer Sky. HEX triplet: 2A, CE and EE. RGB value is (42,206,238). Sum of RGB (Red+Green+Blue) = 42+206+238=486 (64% of max value = 765). Red value is 42 (16.80% from 255 or 8.64% from 486); Green value is 206 (80.86% from 255 or 42.39% from 486); Blue value is 238 (93.36% from 255 or 48.97% from 486); Max value from RGB is 238 - color contains mainly: blue. Hex color #2ACEEE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2ACEEE is #D53111. Grayscale: #A0A0A0. Windows color (decimal): -13971730 or 15650346. OLE color: 15650346.

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

Color convert

RGB 42 206 238 -
CMYK 0.82 0.13 0 0.07
HSL 189.8º 0.85% 0.55% -
HSV(B) 189.8º 0.82% 0.93% -
XYZ 38.46 50.81 88.67 -
YUV 160.61 171.67 43.4 -
System Red Green Blue C M Y K H S L
Decimal 42 206 238 0.82 0.13 0 0.07 189.8 0.85 0.55
Hex 2A CE EE 52 D 0 7 BE 55 37
Octal 52 316 356 122 15 0 7 276 125 67
Binary 101010 11001110 11101110 1010010 1101 0 111 10111110 1010101 110111

Color Harmonies of #2ACEEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ACEEE

Black with #2ACEEE

Text Example


Text Example

White with #2ACEEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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