Html Css Color HEX #2ACEED Summer Sky

📋 copy color: '#2ACEED'

red 42 ◦ green 206 ◦ blue 237

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

Shades of Summer Sky #2ACEED

Tints of Summer Sky #2ACEED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 48.87%

R = 8.66%
G = 42.47%
B = 48.87%

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

#2ACEED (or 0x2ACEED) is known color: Summer Sky. HEX triplet: 2A, CE and ED. RGB value is (42,206,237). Sum of RGB (Red+Green+Blue) = 42+206+237=485 (64% of max value = 765). Red value is 42 (16.80% from 255 or 8.66% from 485); Green value is 206 (80.86% from 255 or 42.47% from 485); Blue value is 237 (92.97% from 255 or 48.87% from 485); Max value from RGB is 237 - color contains mainly: blue. Hex color #2ACEED is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2ACEED is #D53112. Grayscale: #A0A0A0. Windows color (decimal): -13971731 or 15584810. OLE color: 15584810.

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

Color convert

RGB 42 206 237 -
CMYK 0.82 0.13 0 0.07
HSL 189.54º 0.84% 0.55% -
HSV(B) 189.54º 0.82% 0.93% -
XYZ 38.31 50.75 87.9 -
YUV 160.5 171.17 43.48 -
System Red Green Blue C M Y K H S L
Decimal 42 206 237 0.82 0.13 0 0.07 189.54 0.84 0.55
Hex 2A CE ED 52 D 0 7 BE 54 37
Octal 52 316 355 122 15 0 7 276 124 67
Binary 101010 11001110 11101101 1010010 1101 0 111 10111110 1010100 110111

Color Harmonies of #2ACEED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ACEED

Black with #2ACEED

Text Example


Text Example

White with #2ACEED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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