Html Css Color HEX #20ACCE Summer Sky

📋 copy color: '#20ACCE'

red 32 ◦ green 172 ◦ blue 206

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

Shades of Summer Sky #20ACCE

Tints of Summer Sky #20ACCE

RGB

 RED value IS 32 (12.89% from 255) = 7.8%

 GREEN value IS 172 (67.58% from 255) = 41.95%

 BLUE value IS 206 (80.86% from 255) = 50.24%

R = 7.8%
G = 41.95%
B = 50.24%

CMYK

 C value IS 0.84

 M value IS 0.17

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#20ACCE (or 0x20ACCE) is known color: Summer Sky. HEX triplet: 20, AC and CE. RGB value is (32,172,206). Sum of RGB (Red+Green+Blue) = 32+172+206=410 (54% of max value = 765). Red value is 32 (12.89% from 255 or 7.80% from 410); Green value is 172 (67.58% from 255 or 41.95% from 410); Blue value is 206 (80.86% from 255 or 50.24% from 410); Max value from RGB is 206 - color contains mainly: blue. Hex color #20ACCE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #20ACCE is #DF5331. Grayscale: #858585. Windows color (decimal): -14635826 or 13544480. OLE color: 13544480.

HSL color Cylindrical-coordinate representation of color #20ACCE: hue angle of 191.72º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #20ACCE is Cyan = 0.84, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 32 172 206 -
CMYK 0.84 0.17 0 0.19
HSL 191.72º 0.73% 0.47% -
HSV(B) 191.72º 0.84% 0.81% -
XYZ 26.49 34.27 63.61 -
YUV 134.02 168.62 55.24 -
System Red Green Blue C M Y K H S L
Decimal 32 172 206 0.84 0.17 0 0.19 191.72 0.73 0.47
Hex 20 AC CE 54 11 0 13 C0 49 2F
Octal 40 254 316 124 21 0 23 300 111 57
Binary 100000 10101100 11001110 1010100 10001 0 10011 11000000 1001001 101111

Color Harmonies of #20ACCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20ACCE

Black with #20ACCE

Text Example


Text Example

White with #20ACCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #20ACCE; }

 p { color: rgb(32,172,206); }

 H1.HeaderClassName
 {
   color: #20ACCE;
 }
 .AnyTagClassName
 {
   color: #20ACCE;
 }
</style>

background-color css

<style>
 a { background-color: #20ACCE; }

 a { background-color: rgb(32,172,206); }

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

border-color css

<style>
 span { border-color: #20ACCE; }

 span { border-color: rgb(32,172,206); }

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