Html Css Color HEX #13AAFC Deep Sky Blue

📋 copy color: '#13AAFC'

red 19 ◦ green 170 ◦ blue 252

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

Shades of Deep Sky Blue #13AAFC

Tints of Deep Sky Blue #13AAFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 57.14%

R = 4.31%
G = 38.55%
B = 57.14%

CMYK

 C value IS 0.92

 M value IS 0.33

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#13AAFC (or 0x13AAFC) is known color: Deep Sky Blue. HEX triplet: 13, AA and FC. RGB value is (19,170,252). Sum of RGB (Red+Green+Blue) = 19+170+252=441 (58% of max value = 765). Red value is 19 (7.81% from 255 or 4.31% from 441); Green value is 170 (66.80% from 255 or 38.55% from 441); Blue value is 252 (98.83% from 255 or 57.14% from 441); Max value from RGB is 252 - color contains mainly: blue. Hex color #13AAFC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #13AAFC is #EC5503. Grayscale: #858585. Windows color (decimal): -15488260 or 16558611. OLE color: 16558611.

HSL color Cylindrical-coordinate representation of color #13AAFC: hue angle of 201.12º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13AAFC is Cyan = 0.92, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 19 170 252 -
CMYK 0.92 0.33 0 0.01
HSL 201.12º 0.97% 0.53% -
HSV(B) 201.12º 0.92% 0.99% -
XYZ 32.21 35.92 97.33 -
YUV 134.2 194.47 45.83 -
System Red Green Blue C M Y K H S L
Decimal 19 170 252 0.92 0.33 0 0.01 201.12 0.97 0.53
Hex 13 AA FC 5C 21 0 1 C9 61 35
Octal 23 252 374 134 41 0 1 311 141 65
Binary 10011 10101010 11111100 1011100 100001 0 1 11001001 1100001 110101

Color Harmonies of #13AAFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13AAFC

Black with #13AAFC

Text Example


Text Example

White with #13AAFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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