Html Css Color HEX #13ABF2 Deep Sky Blue

📋 copy color: '#13ABF2'

red 19 ◦ green 171 ◦ blue 242

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

Shades of Deep Sky Blue #13ABF2

Tints of Deep Sky Blue #13ABF2

RGB

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

 GREEN value IS 171 (67.19% from 255) = 39.58%

 BLUE value IS 242 (94.92% from 255) = 56.02%

R = 4.4%
G = 39.58%
B = 56.02%

CMYK

 C value IS 0.92

 M value IS 0.29

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#13ABF2 (or 0x13ABF2) is known color: Deep Sky Blue. HEX triplet: 13, AB and F2. RGB value is (19,171,242). Sum of RGB (Red+Green+Blue) = 19+171+242=432 (57% of max value = 765). Red value is 19 (7.81% from 255 or 4.40% from 432); Green value is 171 (67.19% from 255 or 39.58% from 432); Blue value is 242 (94.92% from 255 or 56.02% from 432); Max value from RGB is 242 - color contains mainly: blue. Hex color #13ABF2 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #13ABF2 is #EC540D. Grayscale: #858585. Windows color (decimal): -15488014 or 15903507. OLE color: 15903507.

HSL color Cylindrical-coordinate representation of color #13ABF2: hue angle of 199.1º 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 #13ABF2 is Cyan = 0.92, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 19 171 242 -
CMYK 0.92 0.29 0 0.05
HSL 199.1º 0.9% 0.51% -
HSV(B) 199.1º 0.92% 0.95% -
XYZ 30.86 35.68 89.26 -
YUV 133.65 189.14 46.23 -
System Red Green Blue C M Y K H S L
Decimal 19 171 242 0.92 0.29 0 0.05 199.1 0.9 0.51
Hex 13 AB F2 5C 1D 0 5 C7 5A 33
Octal 23 253 362 134 35 0 5 307 132 63
Binary 10011 10101011 11110010 1011100 11101 0 101 11000111 1011010 110011

Color Harmonies of #13ABF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13ABF2

Black with #13ABF2

Text Example


Text Example

White with #13ABF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,171,242); }

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

background-color css

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

 a { background-color: rgb(19,171,242); }

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

border-color css

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

 span { border-color: rgb(19,171,242); }

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