Html Css Color HEX #20A5CF Summer Sky

📋 copy color: '#20A5CF'

red 32 ◦ green 165 ◦ blue 207

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

Shades of Summer Sky #20A5CF

Tints of Summer Sky #20A5CF

RGB

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

 GREEN value IS 165 (64.84% from 255) = 40.84%

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

R = 7.92%
G = 40.84%
B = 51.24%

CMYK

 C value IS 0.85

 M value IS 0.20

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#20A5CF (or 0x20A5CF) is known color: Summer Sky. HEX triplet: 20, A5 and CF. RGB value is (32,165,207). Sum of RGB (Red+Green+Blue) = 32+165+207=404 (53% of max value = 765). Red value is 32 (12.89% from 255 or 7.92% from 404); Green value is 165 (64.84% from 255 or 40.84% from 404); Blue value is 207 (81.25% from 255 or 51.24% from 404); Max value from RGB is 207 - color contains mainly: blue. Hex color #20A5CF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #20A5CF is #DF5A30. Grayscale: #818181. Windows color (decimal): -14637617 or 13608224. OLE color: 13608224.

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

Color convert

RGB 32 165 207 -
CMYK 0.85 0.20 0 0.19
HSL 194.4º 0.73% 0.47% -
HSV(B) 194.4º 0.85% 0.81% -
XYZ 25.31 31.72 63.82 -
YUV 130.02 171.44 58.08 -
System Red Green Blue C M Y K H S L
Decimal 32 165 207 0.85 0.20 0 0.19 194.4 0.73 0.47
Hex 20 A5 CF 55 14 0 13 C2 49 2F
Octal 40 245 317 125 24 0 23 302 111 57
Binary 100000 10100101 11001111 1010101 10100 0 10011 11000010 1001001 101111

Color Harmonies of #20A5CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20A5CF

Black with #20A5CF

Text Example


Text Example

White with #20A5CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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