Html Css Color HEX #13AAF3 Deep Sky Blue

📋 copy color: '#13AAF3'

red 19 ◦ green 170 ◦ blue 243

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

Shades of Deep Sky Blue #13AAF3

Tints of Deep Sky Blue #13AAF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 56.25%

R = 4.4%
G = 39.35%
B = 56.25%

CMYK

 C value IS 0.92

 M value IS 0.30

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#13AAF3 (or 0x13AAF3) is known color: Deep Sky Blue. HEX triplet: 13, AA and F3. RGB value is (19,170,243). Sum of RGB (Red+Green+Blue) = 19+170+243=432 (57% of max value = 765). Red value is 19 (7.81% from 255 or 4.40% from 432); Green value is 170 (66.80% from 255 or 39.35% from 432); Blue value is 243 (95.31% from 255 or 56.25% from 432); Max value from RGB is 243 - color contains mainly: blue. Hex color #13AAF3 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #13AAF3 is #EC550C. Grayscale: #848484. Windows color (decimal): -15488269 or 15968787. OLE color: 15968787.

HSL color Cylindrical-coordinate representation of color #13AAF3: hue angle of 199.55º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13AAF3 is Cyan = 0.92, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 19 170 243 -
CMYK 0.92 0.30 0 0.05
HSL 199.55º 0.9% 0.51% -
HSV(B) 199.55º 0.92% 0.95% -
XYZ 30.82 35.36 89.99 -
YUV 133.17 189.97 46.56 -
System Red Green Blue C M Y K H S L
Decimal 19 170 243 0.92 0.30 0 0.05 199.55 0.9 0.51
Hex 13 AA F3 5C 1E 0 5 C8 5A 33
Octal 23 252 363 134 36 0 5 310 132 63
Binary 10011 10101010 11110011 1011100 11110 0 101 11001000 1011010 110011

Color Harmonies of #13AAF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13AAF3

Black with #13AAF3

Text Example


Text Example

White with #13AAF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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