Html Css Color HEX #20BDFC Deep Sky Blue

📋 copy color: '#20BDFC'

red 32 ◦ green 189 ◦ blue 252

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

Shades of Deep Sky Blue #20BDFC

Tints of Deep Sky Blue #20BDFC

RGB

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

 GREEN value IS 189 (74.22% from 255) = 39.96%

 BLUE value IS 252 (98.83% from 255) = 53.28%

R = 6.77%
G = 39.96%
B = 53.28%

CMYK

 C value IS 0.87

 M value IS 0.25

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#20BDFC (or 0x20BDFC) is known color: Deep Sky Blue. HEX triplet: 20, BD and FC. RGB value is (32,189,252). Sum of RGB (Red+Green+Blue) = 32+189+252=473 (62% of max value = 765). Red value is 32 (12.89% from 255 or 6.77% from 473); Green value is 189 (74.22% from 255 or 39.96% from 473); Blue value is 252 (98.83% from 255 or 53.28% from 473); Max value from RGB is 252 - color contains mainly: blue. Hex color #20BDFC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #20BDFC is #DF4203. Grayscale: #949494. Windows color (decimal): -14631428 or 16563488. OLE color: 16563488.

HSL color Cylindrical-coordinate representation of color #20BDFC: hue angle of 197.18º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #20BDFC is Cyan = 0.87, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 32 189 252 -
CMYK 0.87 0.25 0 0.01
HSL 197.18º 0.97% 0.56% -
HSV(B) 197.18º 0.87% 0.99% -
XYZ 36.36 43.73 98.62 -
YUV 149.24 185.99 44.38 -
System Red Green Blue C M Y K H S L
Decimal 32 189 252 0.87 0.25 0 0.01 197.18 0.97 0.56
Hex 20 BD FC 57 19 0 1 C5 61 38
Octal 40 275 374 127 31 0 1 305 141 70
Binary 100000 10111101 11111100 1010111 11001 0 1 11000101 1100001 111000

Color Harmonies of #20BDFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20BDFC

Black with #20BDFC

Text Example


Text Example

White with #20BDFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,189,252); }

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

background-color css

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

 a { background-color: rgb(32,189,252); }

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

border-color css

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

 span { border-color: rgb(32,189,252); }

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