Html Css Color HEX #20BEFD Deep Sky Blue

📋 copy color: '#20BEFD'

red 32 ◦ green 190 ◦ blue 253

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

Shades of Deep Sky Blue #20BEFD

Tints of Deep Sky Blue #20BEFD

RGB

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

 GREEN value IS 190 (74.61% from 255) = 40%

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

R = 6.74%
G = 40%
B = 53.26%

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

#20BEFD (or 0x20BEFD) is known color: Deep Sky Blue. HEX triplet: 20, BE and FD. RGB value is (32,190,253). Sum of RGB (Red+Green+Blue) = 32+190+253=475 (62% of max value = 765). Red value is 32 (12.89% from 255 or 6.74% from 475); Green value is 190 (74.61% from 255 or 40% from 475); Blue value is 253 (99.22% from 255 or 53.26% from 475); Max value from RGB is 253 - color contains mainly: blue. Hex color #20BEFD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #20BEFD is #DF4102. Grayscale: #959595. Windows color (decimal): -14631171 or 16629280. OLE color: 16629280.

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

Color convert

RGB 32 190 253 -
CMYK 0.87 0.25 0 0.01
HSL 197.1º 0.98% 0.56% -
HSV(B) 197.1º 0.87% 0.99% -
XYZ 36.74 44.23 99.53 -
YUV 149.94 186.15 43.88 -
System Red Green Blue C M Y K H S L
Decimal 32 190 253 0.87 0.25 0 0.01 197.1 0.98 0.56
Hex 20 BE FD 57 19 0 1 C5 62 38
Octal 40 276 375 127 31 0 1 305 142 70
Binary 100000 10111110 11111101 1010111 11001 0 1 11000101 1100010 111000

Color Harmonies of #20BEFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20BEFD

Black with #20BEFD

Text Example


Text Example

White with #20BEFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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