Html Css Color HEX #20BFFD Deep Sky Blue

📋 copy color: '#20BFFD'

red 32 ◦ green 191 ◦ blue 253

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

Shades of Deep Sky Blue #20BFFD

Tints of Deep Sky Blue #20BFFD

RGB

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

 GREEN value IS 191 (75% from 255) = 40.13%

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

R = 6.72%
G = 40.13%
B = 53.15%

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

#20BFFD (or 0x20BFFD) is known color: Deep Sky Blue. HEX triplet: 20, BF and FD. RGB value is (32,191,253). Sum of RGB (Red+Green+Blue) = 32+191+253=476 (63% of max value = 765). Red value is 32 (12.89% from 255 or 6.72% from 476); Green value is 191 (75% from 255 or 40.13% from 476); Blue value is 253 (99.22% from 255 or 53.15% from 476); Max value from RGB is 253 - color contains mainly: blue. Hex color #20BFFD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #20BFFD is #DF4002. Grayscale: #969696. Windows color (decimal): -14630915 or 16629536. OLE color: 16629536.

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

Color convert

RGB 32 191 253 -
CMYK 0.87 0.25 0 0.01
HSL 196.83º 0.98% 0.56% -
HSV(B) 196.83º 0.87% 0.99% -
XYZ 36.96 44.66 99.6 -
YUV 150.53 185.82 43.46 -
System Red Green Blue C M Y K H S L
Decimal 32 191 253 0.87 0.25 0 0.01 196.83 0.98 0.56
Hex 20 BF FD 57 19 0 1 C5 62 38
Octal 40 277 375 127 31 0 1 305 142 70
Binary 100000 10111111 11111101 1010111 11001 0 1 11000101 1100010 111000

Color Harmonies of #20BFFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20BFFD

Black with #20BFFD

Text Example


Text Example

White with #20BFFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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