Html Css Color HEX #20B0DF Summer Sky

📋 copy color: '#20B0DF'

red 32 ◦ green 176 ◦ blue 223

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

Shades of Summer Sky #20B0DF

Tints of Summer Sky #20B0DF

RGB

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

 GREEN value IS 176 (69.14% from 255) = 40.84%

 BLUE value IS 223 (87.5% from 255) = 51.74%

R = 7.42%
G = 40.84%
B = 51.74%

CMYK

 C value IS 0.86

 M value IS 0.21

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#20B0DF (or 0x20B0DF) is known color: Summer Sky. HEX triplet: 20, B0 and DF. RGB value is (32,176,223). Sum of RGB (Red+Green+Blue) = 32+176+223=431 (57% of max value = 765). Red value is 32 (12.89% from 255 or 7.42% from 431); Green value is 176 (69.14% from 255 or 40.84% from 431); Blue value is 223 (87.5% from 255 or 51.74% from 431); Max value from RGB is 223 - color contains mainly: blue. Hex color #20B0DF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #20B0DF is #DF4F20. Grayscale: #898989. Windows color (decimal): -14634785 or 14659616. OLE color: 14659616.

HSL color Cylindrical-coordinate representation of color #20B0DF: hue angle of 194.76º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #20B0DF is Cyan = 0.86, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 32 176 223 -
CMYK 0.86 0.21 0 0.13
HSL 194.76º 0.75% 0.5% -
HSV(B) 194.76º 0.86% 0.87% -
XYZ 29.44 36.69 75.34 -
YUV 138.3 175.79 52.18 -
System Red Green Blue C M Y K H S L
Decimal 32 176 223 0.86 0.21 0 0.13 194.76 0.75 0.5
Hex 20 B0 DF 56 15 0 D C3 4B 32
Octal 40 260 337 126 25 0 15 303 113 62
Binary 100000 10110000 11011111 1010110 10101 0 1101 11000011 1001011 110010

Color Harmonies of #20B0DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20B0DF

Black with #20B0DF

Text Example


Text Example

White with #20B0DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,176,223); }

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

background-color css

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

 a { background-color: rgb(32,176,223); }

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

border-color css

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

 span { border-color: rgb(32,176,223); }

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