Html Css Color HEX #20D0FB Deep Sky Blue

📋 copy color: '#20D0FB'

red 32 ◦ green 208 ◦ blue 251

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

Shades of Deep Sky Blue #20D0FB

Tints of Deep Sky Blue #20D0FB

RGB

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

 GREEN value IS 208 (81.64% from 255) = 42.36%

 BLUE value IS 251 (98.44% from 255) = 51.12%

R = 6.52%
G = 42.36%
B = 51.12%

CMYK

 C value IS 0.87

 M value IS 0.17

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#20D0FB (or 0x20D0FB) is known color: Deep Sky Blue. HEX triplet: 20, D0 and FB. RGB value is (32,208,251). Sum of RGB (Red+Green+Blue) = 32+208+251=491 (65% of max value = 765). Red value is 32 (12.89% from 255 or 6.52% from 491); Green value is 208 (81.64% from 255 or 42.36% from 491); Blue value is 251 (98.44% from 255 or 51.12% from 491); Max value from RGB is 251 - color contains mainly: blue. Hex color #20D0FB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #20D0FB is #DF2F04. Grayscale: #9F9F9F. Windows color (decimal): -14626565 or 16502816. OLE color: 16502816.

HSL color Cylindrical-coordinate representation of color #20D0FB: hue angle of 191.78º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #20D0FB is Cyan = 0.87, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 32 208 251 -
CMYK 0.87 0.17 0 0.02
HSL 191.78º 0.96% 0.55% -
HSV(B) 191.78º 0.87% 0.98% -
XYZ 40.56 52.38 99.24 -
YUV 160.28 179.19 36.5 -
System Red Green Blue C M Y K H S L
Decimal 32 208 251 0.87 0.17 0 0.02 191.78 0.96 0.55
Hex 20 D0 FB 57 11 0 2 C0 60 37
Octal 40 320 373 127 21 0 2 300 140 67
Binary 100000 11010000 11111011 1010111 10001 0 10 11000000 1100000 110111

Color Harmonies of #20D0FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20D0FB

Black with #20D0FB

Text Example


Text Example

White with #20D0FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,208,251); }

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

background-color css

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

 a { background-color: rgb(32,208,251); }

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

border-color css

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

 span { border-color: rgb(32,208,251); }

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