Html Css Color HEX #13AFFE Deep Sky Blue

📋 copy color: '#13AFFE'

red 19 ◦ green 175 ◦ blue 254

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

Shades of Deep Sky Blue #13AFFE

Tints of Deep Sky Blue #13AFFE

RGB

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

 GREEN value IS 175 (68.75% from 255) = 39.06%

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

R = 4.24%
G = 39.06%
B = 56.7%

CMYK

 C value IS 0.93

 M value IS 0.31

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#13AFFE (or 0x13AFFE) is known color: Deep Sky Blue. HEX triplet: 13, AF and FE. RGB value is (19,175,254). Sum of RGB (Red+Green+Blue) = 19+175+254=448 (59% of max value = 765). Red value is 19 (7.81% from 255 or 4.24% from 448); Green value is 175 (68.75% from 255 or 39.06% from 448); Blue value is 254 (99.61% from 255 or 56.70% from 448); Max value from RGB is 254 - color contains mainly: blue. Hex color #13AFFE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #13AFFE is #EC5001. Grayscale: #888888. Windows color (decimal): -15486978 or 16690963. OLE color: 16690963.

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

Color convert

RGB 19 175 254 -
CMYK 0.93 0.31 0 0.00
HSL 200.17º 0.99% 0.54% -
HSV(B) 200.17º 0.93% 1% -
XYZ 33.49 37.95 99.33 -
YUV 137.36 193.82 43.58 -
System Red Green Blue C M Y K H S L
Decimal 19 175 254 0.93 0.31 0 0.00 200.17 0.99 0.54
Hex 13 AF FE 5D 1F 0 0 C8 63 36
Octal 23 257 376 135 37 0 0 310 143 66
Binary 10011 10101111 11111110 1011101 11111 0 0 11001000 1100011 110110

Color Harmonies of #13AFFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13AFFE

Black with #13AFFE

Text Example


Text Example

White with #13AFFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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