Html Css Color HEX #13ABFE Deep Sky Blue

📋 copy color: '#13ABFE'

red 19 ◦ green 171 ◦ blue 254

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

Shades of Deep Sky Blue #13ABFE

Tints of Deep Sky Blue #13ABFE

RGB

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

 GREEN value IS 171 (67.19% from 255) = 38.51%

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

R = 4.28%
G = 38.51%
B = 57.21%

CMYK

 C value IS 0.93

 M value IS 0.33

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#13ABFE (or 0x13ABFE) is known color: Deep Sky Blue. HEX triplet: 13, AB and FE. RGB value is (19,171,254). Sum of RGB (Red+Green+Blue) = 19+171+254=444 (58% of max value = 765). Red value is 19 (7.81% from 255 or 4.28% from 444); Green value is 171 (67.19% from 255 or 38.51% from 444); Blue value is 254 (99.61% from 255 or 57.21% from 444); Max value from RGB is 254 - color contains mainly: blue. Hex color #13ABFE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #13ABFE is #EC5401. Grayscale: #868686. Windows color (decimal): -15488002 or 16689939. OLE color: 16689939.

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

Color convert

RGB 19 171 254 -
CMYK 0.93 0.33 0 0.00
HSL 201.19º 0.99% 0.54% -
HSV(B) 201.19º 0.93% 1% -
XYZ 32.72 36.42 99.07 -
YUV 135.01 195.14 45.25 -
System Red Green Blue C M Y K H S L
Decimal 19 171 254 0.93 0.33 0 0.00 201.19 0.99 0.54
Hex 13 AB FE 5D 21 0 0 C9 63 36
Octal 23 253 376 135 41 0 0 311 143 66
Binary 10011 10101011 11111110 1011101 100001 0 0 11001001 1100011 110110

Color Harmonies of #13ABFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13ABFE

Black with #13ABFE

Text Example


Text Example

White with #13ABFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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