Html Css Color HEX #13AAFE Deep Sky Blue

📋 copy color: '#13AAFE'

red 19 ◦ green 170 ◦ blue 254

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

Shades of Deep Sky Blue #13AAFE

Tints of Deep Sky Blue #13AAFE

RGB

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

 GREEN value IS 170 (66.8% from 255) = 38.37%

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

R = 4.29%
G = 38.37%
B = 57.34%

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

#13AAFE (or 0x13AAFE) is known color: Deep Sky Blue. HEX triplet: 13, AA and FE. RGB value is (19,170,254). Sum of RGB (Red+Green+Blue) = 19+170+254=443 (58% of max value = 765). Red value is 19 (7.81% from 255 or 4.29% from 443); Green value is 170 (66.80% from 255 or 38.37% from 443); Blue value is 254 (99.61% from 255 or 57.34% from 443); Max value from RGB is 254 - color contains mainly: blue. Hex color #13AAFE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #13AAFE is #EC5501. Grayscale: #858585. Windows color (decimal): -15488258 or 16689683. OLE color: 16689683.

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

Color convert

RGB 19 170 254 -
CMYK 0.93 0.33 0 0.00
HSL 201.45º 0.99% 0.54% -
HSV(B) 201.45º 0.93% 1% -
XYZ 32.53 36.04 99.01 -
YUV 134.43 195.47 45.67 -
System Red Green Blue C M Y K H S L
Decimal 19 170 254 0.93 0.33 0 0.00 201.45 0.99 0.54
Hex 13 AA FE 5D 21 0 0 C9 63 36
Octal 23 252 376 135 41 0 0 311 143 66
Binary 10011 10101010 11111110 1011101 100001 0 0 11001001 1100011 110110

Color Harmonies of #13AAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13AAFE

Black with #13AAFE

Text Example


Text Example

White with #13AAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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