Html Css Color HEX #13B3FE Deep Sky Blue

📋 copy color: '#13B3FE'

red 19 ◦ green 179 ◦ blue 254

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

Shades of Deep Sky Blue #13B3FE

Tints of Deep Sky Blue #13B3FE

RGB

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

 GREEN value IS 179 (70.31% from 255) = 39.6%

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

R = 4.2%
G = 39.6%
B = 56.19%

CMYK

 C value IS 0.93

 M value IS 0.30

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#13B3FE (or 0x13B3FE) is known color: Deep Sky Blue. HEX triplet: 13, B3 and FE. RGB value is (19,179,254). Sum of RGB (Red+Green+Blue) = 19+179+254=452 (59% of max value = 765). Red value is 19 (7.81% from 255 or 4.20% from 452); Green value is 179 (70.31% from 255 or 39.60% from 452); Blue value is 254 (99.61% from 255 or 56.19% from 452); Max value from RGB is 254 - color contains mainly: blue. Hex color #13B3FE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #13B3FE is #EC4C01. Grayscale: #8B8B8B. Windows color (decimal): -15485954 or 16691987. OLE color: 16691987.

HSL color Cylindrical-coordinate representation of color #13B3FE: hue angle of 199.15º 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 #13B3FE is Cyan = 0.93, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 19 179 254 -
CMYK 0.93 0.30 0 0.00
HSL 199.15º 0.99% 0.54% -
HSV(B) 199.15º 0.93% 1% -
XYZ 34.28 39.53 99.59 -
YUV 139.71 192.49 41.9 -
System Red Green Blue C M Y K H S L
Decimal 19 179 254 0.93 0.30 0 0.00 199.15 0.99 0.54
Hex 13 B3 FE 5D 1E 0 0 C7 63 36
Octal 23 263 376 135 36 0 0 307 143 66
Binary 10011 10110011 11111110 1011101 11110 0 0 11000111 1100011 110110

Color Harmonies of #13B3FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13B3FE

Black with #13B3FE

Text Example


Text Example

White with #13B3FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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