Html Css Color HEX #20ACCF Summer Sky

📋 copy color: '#20ACCF'

red 32 ◦ green 172 ◦ blue 207

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

Shades of Summer Sky #20ACCF

Tints of Summer Sky #20ACCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 50.36%

R = 7.79%
G = 41.85%
B = 50.36%

CMYK

 C value IS 0.85

 M value IS 0.17

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#20ACCF (or 0x20ACCF) is known color: Summer Sky. HEX triplet: 20, AC and CF. RGB value is (32,172,207). Sum of RGB (Red+Green+Blue) = 32+172+207=411 (54% of max value = 765). Red value is 32 (12.89% from 255 or 7.79% from 411); Green value is 172 (67.58% from 255 or 41.85% from 411); Blue value is 207 (81.25% from 255 or 50.36% from 411); Max value from RGB is 207 - color contains mainly: blue. Hex color #20ACCF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #20ACCF is #DF5330. Grayscale: #858585. Windows color (decimal): -14635825 or 13610016. OLE color: 13610016.

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

Color convert

RGB 32 172 207 -
CMYK 0.85 0.17 0 0.19
HSL 192º 0.73% 0.47% -
HSV(B) 192º 0.85% 0.81% -
XYZ 26.61 34.32 64.25 -
YUV 134.13 169.12 55.15 -
System Red Green Blue C M Y K H S L
Decimal 32 172 207 0.85 0.17 0 0.19 192 0.73 0.47
Hex 20 AC CF 55 11 0 13 C0 49 2F
Octal 40 254 317 125 21 0 23 300 111 57
Binary 100000 10101100 11001111 1010101 10001 0 10011 11000000 1001001 101111

Color Harmonies of #20ACCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20ACCF

Black with #20ACCF

Text Example


Text Example

White with #20ACCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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