Html Css Color HEX #13BCFE Deep Sky Blue

📋 copy color: '#13BCFE'

red 19 ◦ green 188 ◦ blue 254

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

Shades of Deep Sky Blue #13BCFE

Tints of Deep Sky Blue #13BCFE

RGB

 RED value IS 19 (7.81% from 255) = 4.12%

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

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

R = 4.12%
G = 40.78%
B = 55.1%

CMYK

 C value IS 0.93

 M value IS 0.26

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#13BCFE (or 0x13BCFE) is known color: Deep Sky Blue. HEX triplet: 13, BC and FE. RGB value is (19,188,254). Sum of RGB (Red+Green+Blue) = 19+188+254=461 (61% of max value = 765). Red value is 19 (7.81% from 255 or 4.12% from 461); Green value is 188 (73.83% from 255 or 40.78% from 461); Blue value is 254 (99.61% from 255 or 55.10% from 461); Max value from RGB is 254 - color contains mainly: blue. Hex color #13BCFE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #13BCFE is #EC4301. Grayscale: #909090. Windows color (decimal): -15483650 or 16694291. OLE color: 16694291.

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

Color convert

RGB 19 188 254 -
CMYK 0.93 0.26 0 0.00
HSL 196.85º 0.99% 0.54% -
HSV(B) 196.85º 0.93% 1% -
XYZ 36.14 43.26 100.21 -
YUV 144.99 189.51 38.13 -
System Red Green Blue C M Y K H S L
Decimal 19 188 254 0.93 0.26 0 0.00 196.85 0.99 0.54
Hex 13 BC FE 5D 1A 0 0 C5 63 36
Octal 23 274 376 135 32 0 0 305 143 66
Binary 10011 10111100 11111110 1011101 11010 0 0 11000101 1100011 110110

Color Harmonies of #13BCFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13BCFE

Black with #13BCFE

Text Example


Text Example

White with #13BCFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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