Html Css Color HEX #20BBFD Deep Sky Blue

📋 copy color: '#20BBFD'

red 32 ◦ green 187 ◦ blue 253

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

Shades of Deep Sky Blue #20BBFD

Tints of Deep Sky Blue #20BBFD

RGB

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

 GREEN value IS 187 (73.44% from 255) = 39.62%

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

R = 6.78%
G = 39.62%
B = 53.6%

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

#20BBFD (or 0x20BBFD) is known color: Deep Sky Blue. HEX triplet: 20, BB and FD. RGB value is (32,187,253). Sum of RGB (Red+Green+Blue) = 32+187+253=472 (62% of max value = 765). Red value is 32 (12.89% from 255 or 6.78% from 472); Green value is 187 (73.44% from 255 or 39.62% from 472); Blue value is 253 (99.22% from 255 or 53.60% from 472); Max value from RGB is 253 - color contains mainly: blue. Hex color #20BBFD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #20BBFD is #DF4402. Grayscale: #939393. Windows color (decimal): -14631939 or 16628512. OLE color: 16628512.

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

Color convert

RGB 32 187 253 -
CMYK 0.87 0.26 0 0.01
HSL 197.92º 0.98% 0.56% -
HSV(B) 197.92º 0.87% 0.99% -
XYZ 36.1 42.94 99.31 -
YUV 148.18 187.15 45.13 -
System Red Green Blue C M Y K H S L
Decimal 32 187 253 0.87 0.26 0 0.01 197.92 0.98 0.56
Hex 20 BB FD 57 1A 0 1 C6 62 38
Octal 40 273 375 127 32 0 1 306 142 70
Binary 100000 10111011 11111101 1010111 11010 0 1 11000110 1100010 111000

Color Harmonies of #20BBFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20BBFD

Black with #20BBFD

Text Example


Text Example

White with #20BBFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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