Html Css Color HEX #13AFFF Deep Sky Blue

📋 copy color: '#13AFFF'

red 19 ◦ green 175 ◦ blue 255

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

Shades of Deep Sky Blue #13AFFF

Tints of Deep Sky Blue #13AFFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 56.79%

R = 4.23%
G = 38.98%
B = 56.79%

CMYK

 C value IS 0.93

 M value IS 0.31

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#13AFFF (or 0x13AFFF) is known color: Deep Sky Blue. HEX triplet: 13, AF and FF. RGB value is (19,175,255). Sum of RGB (Red+Green+Blue) = 19+175+255=449 (59% of max value = 765). Red value is 19 (7.81% from 255 or 4.23% from 449); Green value is 175 (68.75% from 255 or 38.98% from 449); Blue value is 255 (100% from 255 or 56.79% from 449); Max value from RGB is 255 - color contains mainly: blue. Hex color #13AFFF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #13AFFF is #EC5000. Grayscale: #898989. Windows color (decimal): -15486977 or 16756499. OLE color: 16756499.

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

Color convert

RGB 19 175 255 -
CMYK 0.93 0.31 0 0
HSL 200.34º 1% 0.54% -
HSV(B) 200.34º 0.93% 1% -
XYZ 33.65 38.02 100.17 -
YUV 137.48 194.32 43.5 -
System Red Green Blue C M Y K H S L
Decimal 19 175 255 0.93 0.31 0 0 200.34 1 0.54
Hex 13 AF FF 5D 1F 0 0 C8 64 36
Octal 23 257 377 135 37 0 0 310 144 66
Binary 10011 10101111 11111111 1011101 11111 0 0 11001000 1100100 110110

Color Harmonies of #13AFFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13AFFF

Black with #13AFFF

Text Example


Text Example

White with #13AFFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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