Html Css Color HEX #2ACCEB Summer Sky

📋 copy color: '#2ACCEB'

red 42 ◦ green 204 ◦ blue 235

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

Shades of Summer Sky #2ACCEB

Tints of Summer Sky #2ACCEB

RGB

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

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

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

R = 8.73%
G = 42.41%
B = 48.86%

CMYK

 C value IS 0.82

 M value IS 0.13

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#2ACCEB (or 0x2ACCEB) is known color: Summer Sky. HEX triplet: 2A, CC and EB. RGB value is (42,204,235). Sum of RGB (Red+Green+Blue) = 42+204+235=481 (63% of max value = 765). Red value is 42 (16.80% from 255 or 8.73% from 481); Green value is 204 (80.08% from 255 or 42.41% from 481); Blue value is 235 (92.19% from 255 or 48.86% from 481); Max value from RGB is 235 - color contains mainly: blue. Hex color #2ACCEB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2ACCEB is #D53314. Grayscale: #9E9E9E. Windows color (decimal): -13972245 or 15453226. OLE color: 15453226.

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

Color convert

RGB 42 204 235 -
CMYK 0.82 0.13 0 0.08
HSL 189.64º 0.83% 0.54% -
HSV(B) 189.64º 0.82% 0.92% -
XYZ 37.54 49.68 86.21 -
YUV 159.1 170.83 44.48 -
System Red Green Blue C M Y K H S L
Decimal 42 204 235 0.82 0.13 0 0.08 189.64 0.83 0.54
Hex 2A CC EB 52 D 0 8 BE 53 36
Octal 52 314 353 122 15 0 10 276 123 66
Binary 101010 11001100 11101011 1010010 1101 0 1000 10111110 1010011 110110

Color Harmonies of #2ACCEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ACCEB

Black with #2ACCEB

Text Example


Text Example

White with #2ACCEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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