Html Css Color HEX #20BCFE Deep Sky Blue

📋 copy color: '#20BCFE'

red 32 ◦ green 188 ◦ blue 254

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

Shades of Deep Sky Blue #20BCFE

Tints of Deep Sky Blue #20BCFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 53.59%

R = 6.75%
G = 39.66%
B = 53.59%

CMYK

 C value IS 0.87

 M value IS 0.26

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#20BCFE (or 0x20BCFE) is known color: Deep Sky Blue. HEX triplet: 20, BC and FE. RGB value is (32,188,254). Sum of RGB (Red+Green+Blue) = 32+188+254=474 (62% of max value = 765). Red value is 32 (12.89% from 255 or 6.75% from 474); Green value is 188 (73.83% from 255 or 39.66% from 474); Blue value is 254 (99.61% from 255 or 53.59% from 474); Max value from RGB is 254 - color contains mainly: blue. Hex color #20BCFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #20BCFE is #DF4301. Grayscale: #949494. Windows color (decimal): -14631682 or 16694304. OLE color: 16694304.

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

Color convert

RGB 32 188 254 -
CMYK 0.87 0.26 0 0.00
HSL 197.84º 0.99% 0.56% -
HSV(B) 197.84º 0.87% 1% -
XYZ 36.47 43.43 100.23 -
YUV 148.88 187.32 44.63 -
System Red Green Blue C M Y K H S L
Decimal 32 188 254 0.87 0.26 0 0.00 197.84 0.99 0.56
Hex 20 BC FE 57 1A 0 0 C6 63 38
Octal 40 274 376 127 32 0 0 306 143 70
Binary 100000 10111100 11111110 1010111 11010 0 0 11000110 1100011 111000

Color Harmonies of #20BCFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20BCFE

Black with #20BCFE

Text Example


Text Example

White with #20BCFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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