Html Css Color HEX #2ACCED Summer Sky

📋 copy color: '#2ACCED'

red 42 ◦ green 204 ◦ blue 237

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

Shades of Summer Sky #2ACCED

Tints of Summer Sky #2ACCED

RGB

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

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

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

R = 8.7%
G = 42.24%
B = 49.07%

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

#2ACCED (or 0x2ACCED) is known color: Summer Sky. HEX triplet: 2A, CC and ED. RGB value is (42,204,237). Sum of RGB (Red+Green+Blue) = 42+204+237=483 (63% of max value = 765). Red value is 42 (16.80% from 255 or 8.70% from 483); Green value is 204 (80.08% from 255 or 42.24% from 483); Blue value is 237 (92.97% from 255 or 49.07% from 483); Max value from RGB is 237 - color contains mainly: blue. Hex color #2ACCED is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2ACCED is #D53312. Grayscale: #9F9F9F. Windows color (decimal): -13972243 or 15584298. OLE color: 15584298.

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

Color convert

RGB 42 204 237 -
CMYK 0.82 0.14 0 0.07
HSL 190.15º 0.84% 0.55% -
HSV(B) 190.15º 0.82% 0.93% -
XYZ 37.83 49.79 87.74 -
YUV 159.32 171.83 44.32 -
System Red Green Blue C M Y K H S L
Decimal 42 204 237 0.82 0.14 0 0.07 190.15 0.84 0.55
Hex 2A CC ED 52 E 0 7 BE 54 37
Octal 52 314 355 122 16 0 7 276 124 67
Binary 101010 11001100 11101101 1010010 1110 0 111 10111110 1010100 110111

Color Harmonies of #2ACCED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ACCED

Black with #2ACCED

Text Example


Text Example

White with #2ACCED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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