Html Css Color HEX #20B7F9 Deep Sky Blue

📋 copy color: '#20B7F9'

red 32 ◦ green 183 ◦ blue 249

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

Shades of Deep Sky Blue #20B7F9

Tints of Deep Sky Blue #20B7F9

RGB

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

 GREEN value IS 183 (71.88% from 255) = 39.44%

 BLUE value IS 249 (97.66% from 255) = 53.66%

R = 6.9%
G = 39.44%
B = 53.66%

CMYK

 C value IS 0.87

 M value IS 0.27

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#20B7F9 (or 0x20B7F9) is known color: Deep Sky Blue. HEX triplet: 20, B7 and F9. RGB value is (32,183,249). Sum of RGB (Red+Green+Blue) = 32+183+249=464 (61% of max value = 765). Red value is 32 (12.89% from 255 or 6.90% from 464); Green value is 183 (71.88% from 255 or 39.44% from 464); Blue value is 249 (97.66% from 255 or 53.66% from 464); Max value from RGB is 249 - color contains mainly: blue. Hex color #20B7F9 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #20B7F9 is #DF4806. Grayscale: #909090. Windows color (decimal): -14632967 or 16365344. OLE color: 16365344.

HSL color Cylindrical-coordinate representation of color #20B7F9: hue angle of 198.25º degrees, saturation: 0.95, 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 #20B7F9 is Cyan = 0.87, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 32 183 249 -
CMYK 0.87 0.27 0 0.02
HSL 198.25º 0.95% 0.55% -
HSV(B) 198.25º 0.87% 0.98% -
XYZ 34.63 41.01 95.71 -
YUV 145.38 186.47 47.13 -
System Red Green Blue C M Y K H S L
Decimal 32 183 249 0.87 0.27 0 0.02 198.25 0.95 0.55
Hex 20 B7 F9 57 1B 0 2 C6 5F 37
Octal 40 267 371 127 33 0 2 306 137 67
Binary 100000 10110111 11111001 1010111 11011 0 10 11000110 1011111 110111

Color Harmonies of #20B7F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20B7F9

Black with #20B7F9

Text Example


Text Example

White with #20B7F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,183,249); }

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

background-color css

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

 a { background-color: rgb(32,183,249); }

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

border-color css

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

 span { border-color: rgb(32,183,249); }

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