Html Css Color HEX #20AFDB Summer Sky

📋 copy color: '#20AFDB'

red 32 ◦ green 175 ◦ blue 219

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

Shades of Summer Sky #20AFDB

Tints of Summer Sky #20AFDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 51.41%

R = 7.51%
G = 41.08%
B = 51.41%

CMYK

 C value IS 0.85

 M value IS 0.20

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#20AFDB (or 0x20AFDB) is known color: Summer Sky. HEX triplet: 20, AF and DB. RGB value is (32,175,219). Sum of RGB (Red+Green+Blue) = 32+175+219=426 (56% of max value = 765). Red value is 32 (12.89% from 255 or 7.51% from 426); Green value is 175 (68.75% from 255 or 41.08% from 426); Blue value is 219 (85.94% from 255 or 51.41% from 426); Max value from RGB is 219 - color contains mainly: blue. Hex color #20AFDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #20AFDB is #DF5024. Grayscale: #888888. Windows color (decimal): -14635045 or 14397216. OLE color: 14397216.

HSL color Cylindrical-coordinate representation of color #20AFDB: hue angle of 194.12º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #20AFDB is Cyan = 0.85, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 32 175 219 -
CMYK 0.85 0.20 0 0.14
HSL 194.12º 0.75% 0.49% -
HSV(B) 194.12º 0.85% 0.86% -
XYZ 28.71 36.08 72.47 -
YUV 137.26 174.12 52.92 -
System Red Green Blue C M Y K H S L
Decimal 32 175 219 0.85 0.20 0 0.14 194.12 0.75 0.49
Hex 20 AF DB 55 14 0 E C2 4B 31
Octal 40 257 333 125 24 0 16 302 113 61
Binary 100000 10101111 11011011 1010101 10100 0 1110 11000010 1001011 110001

Color Harmonies of #20AFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20AFDB

Black with #20AFDB

Text Example


Text Example

White with #20AFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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