Html Css Color HEX #20BCFD Deep Sky Blue

📋 copy color: '#20BCFD'

red 32 ◦ green 188 ◦ blue 253

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

Shades of Deep Sky Blue #20BCFD

Tints of Deep Sky Blue #20BCFD

RGB

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

 GREEN value IS 188 (73.83% from 255) = 39.75%

 BLUE value IS 253 (99.22% from 255) = 53.49%

R = 6.77%
G = 39.75%
B = 53.49%

CMYK

 C value IS 0.87

 M value IS 0.26

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#20BCFD (or 0x20BCFD) is known color: Deep Sky Blue. HEX triplet: 20, BC and FD. RGB value is (32,188,253). Sum of RGB (Red+Green+Blue) = 32+188+253=473 (62% of max value = 765). Red value is 32 (12.89% from 255 or 6.77% from 473); Green value is 188 (73.83% from 255 or 39.75% from 473); Blue value is 253 (99.22% from 255 or 53.49% from 473); Max value from RGB is 253 - color contains mainly: blue. Hex color #20BCFD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #20BCFD is #DF4302. Grayscale: #949494. Windows color (decimal): -14631683 or 16628768. OLE color: 16628768.

HSL color Cylindrical-coordinate representation of color #20BCFD: hue angle of 197.65º degrees, saturation: 0.98, 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 #20BCFD is Cyan = 0.87, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 32 188 253 -
CMYK 0.87 0.26 0 0.01
HSL 197.65º 0.98% 0.56% -
HSV(B) 197.65º 0.87% 0.99% -
XYZ 36.31 43.37 99.39 -
YUV 148.77 186.82 44.71 -
System Red Green Blue C M Y K H S L
Decimal 32 188 253 0.87 0.26 0 0.01 197.65 0.98 0.56
Hex 20 BC FD 57 1A 0 1 C6 62 38
Octal 40 274 375 127 32 0 1 306 142 70
Binary 100000 10111100 11111101 1010111 11010 0 1 11000110 1100010 111000

Color Harmonies of #20BCFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20BCFD

Black with #20BCFD

Text Example


Text Example

White with #20BCFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,188,253); }

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

background-color css

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

 a { background-color: rgb(32,188,253); }

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

border-color css

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

 span { border-color: rgb(32,188,253); }

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