Html Css Color HEX #20BAFE Deep Sky Blue

📋 copy color: '#20BAFE'

red 32 ◦ green 186 ◦ blue 254

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

Shades of Deep Sky Blue #20BAFE

Tints of Deep Sky Blue #20BAFE

RGB

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

 GREEN value IS 186 (73.05% from 255) = 39.41%

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

R = 6.78%
G = 39.41%
B = 53.81%

CMYK

 C value IS 0.87

 M value IS 0.27

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#20BAFE (or 0x20BAFE) is known color: Deep Sky Blue. HEX triplet: 20, BA and FE. RGB value is (32,186,254). Sum of RGB (Red+Green+Blue) = 32+186+254=472 (62% of max value = 765). Red value is 32 (12.89% from 255 or 6.78% from 472); Green value is 186 (73.05% from 255 or 39.41% from 472); Blue value is 254 (99.61% from 255 or 53.81% from 472); Max value from RGB is 254 - color contains mainly: blue. Hex color #20BAFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #20BAFE is #DF4501. Grayscale: #939393. Windows color (decimal): -14632194 or 16693792. OLE color: 16693792.

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

Color convert

RGB 32 186 254 -
CMYK 0.87 0.27 0 0.00
HSL 198.38º 0.99% 0.56% -
HSV(B) 198.38º 0.87% 1% -
XYZ 36.04 42.58 100.09 -
YUV 147.71 187.98 45.47 -
System Red Green Blue C M Y K H S L
Decimal 32 186 254 0.87 0.27 0 0.00 198.38 0.99 0.56
Hex 20 BA FE 57 1B 0 0 C6 63 38
Octal 40 272 376 127 33 0 0 306 143 70
Binary 100000 10111010 11111110 1010111 11011 0 0 11000110 1100011 111000

Color Harmonies of #20BAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20BAFE

Black with #20BAFE

Text Example


Text Example

White with #20BAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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