Html Css Color HEX #2ACEEB Summer Sky

📋 copy color: '#2ACEEB'

red 42 ◦ green 206 ◦ blue 235

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

Shades of Summer Sky #2ACEEB

Tints of Summer Sky #2ACEEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 48.65%

R = 8.7%
G = 42.65%
B = 48.65%

CMYK

 C value IS 0.82

 M value IS 0.12

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#2ACEEB (or 0x2ACEEB) is known color: Summer Sky. HEX triplet: 2A, CE and EB. RGB value is (42,206,235). Sum of RGB (Red+Green+Blue) = 42+206+235=483 (63% of max value = 765). Red value is 42 (16.80% from 255 or 8.70% from 483); Green value is 206 (80.86% from 255 or 42.65% from 483); Blue value is 235 (92.19% from 255 or 48.65% from 483); Max value from RGB is 235 - color contains mainly: blue. Hex color #2ACEEB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2ACEEB is #D53114. Grayscale: #9F9F9F. Windows color (decimal): -13971733 or 15453738. OLE color: 15453738.

HSL color Cylindrical-coordinate representation of color #2ACEEB: hue angle of 189.02º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2ACEEB is Cyan = 0.82, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 42 206 235 -
CMYK 0.82 0.12 0 0.08
HSL 189.02º 0.83% 0.54% -
HSV(B) 189.02º 0.82% 0.92% -
XYZ 38.02 50.63 86.37 -
YUV 160.27 170.17 43.64 -
System Red Green Blue C M Y K H S L
Decimal 42 206 235 0.82 0.12 0 0.08 189.02 0.83 0.54
Hex 2A CE EB 52 C 0 8 BD 53 36
Octal 52 316 353 122 14 0 10 275 123 66
Binary 101010 11001110 11101011 1010010 1100 0 1000 10111101 1010011 110110

Color Harmonies of #2ACEEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ACEEB

Black with #2ACEEB

Text Example


Text Example

White with #2ACEEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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