Html Css Color HEX #20A4CF Summer Sky

📋 copy color: '#20A4CF'

red 32 ◦ green 164 ◦ blue 207

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

Shades of Summer Sky #20A4CF

Tints of Summer Sky #20A4CF

RGB

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

 GREEN value IS 164 (64.45% from 255) = 40.69%

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

R = 7.94%
G = 40.69%
B = 51.36%

CMYK

 C value IS 0.85

 M value IS 0.21

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#20A4CF (or 0x20A4CF) is known color: Summer Sky. HEX triplet: 20, A4 and CF. RGB value is (32,164,207). Sum of RGB (Red+Green+Blue) = 32+164+207=403 (53% of max value = 765). Red value is 32 (12.89% from 255 or 7.94% from 403); Green value is 164 (64.45% from 255 or 40.69% from 403); Blue value is 207 (81.25% from 255 or 51.36% from 403); Max value from RGB is 207 - color contains mainly: blue. Hex color #20A4CF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #20A4CF is #DF5B30. Grayscale: #818181. Windows color (decimal): -14637873 or 13607968. OLE color: 13607968.

HSL color Cylindrical-coordinate representation of color #20A4CF: hue angle of 194.74º 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 #20A4CF is Cyan = 0.85, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 32 164 207 -
CMYK 0.85 0.21 0 0.19
HSL 194.74º 0.73% 0.47% -
HSV(B) 194.74º 0.85% 0.81% -
XYZ 25.13 31.36 63.76 -
YUV 129.43 171.77 58.5 -
System Red Green Blue C M Y K H S L
Decimal 32 164 207 0.85 0.21 0 0.19 194.74 0.73 0.47
Hex 20 A4 CF 55 15 0 13 C3 49 2F
Octal 40 244 317 125 25 0 23 303 111 57
Binary 100000 10100100 11001111 1010101 10101 0 10011 11000011 1001001 101111

Color Harmonies of #20A4CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20A4CF

Black with #20A4CF

Text Example


Text Example

White with #20A4CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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