Html Css Color HEX #20AFCF Summer Sky

📋 copy color: '#20AFCF'

red 32 ◦ green 175 ◦ blue 207

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

Shades of Summer Sky #20AFCF

Tints of Summer Sky #20AFCF

RGB

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

 GREEN value IS 175 (68.75% from 255) = 42.27%

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

R = 7.73%
G = 42.27%
B = 50%

CMYK

 C value IS 0.85

 M value IS 0.15

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#20AFCF (or 0x20AFCF) is known color: Summer Sky. HEX triplet: 20, AF and CF. RGB value is (32,175,207). Sum of RGB (Red+Green+Blue) = 32+175+207=414 (54% of max value = 765). Red value is 32 (12.89% from 255 or 7.73% from 414); Green value is 175 (68.75% from 255 or 42.27% from 414); Blue value is 207 (81.25% from 255 or 50% from 414); Max value from RGB is 207 - color contains mainly: blue. Hex color #20AFCF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #20AFCF is #DF5030. Grayscale: #878787. Windows color (decimal): -14635057 or 13610784. OLE color: 13610784.

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

Color convert

RGB 32 175 207 -
CMYK 0.85 0.15 0 0.19
HSL 190.97º 0.73% 0.47% -
HSV(B) 190.97º 0.85% 0.81% -
XYZ 27.19 35.47 64.45 -
YUV 135.89 168.12 53.9 -
System Red Green Blue C M Y K H S L
Decimal 32 175 207 0.85 0.15 0 0.19 190.97 0.73 0.47
Hex 20 AF CF 55 F 0 13 BF 49 2F
Octal 40 257 317 125 17 0 23 277 111 57
Binary 100000 10101111 11001111 1010101 1111 0 10011 10111111 1001001 101111

Color Harmonies of #20AFCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20AFCF

Black with #20AFCF

Text Example


Text Example

White with #20AFCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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