Html Css Color HEX #13AFF2 Deep Sky Blue

📋 copy color: '#13AFF2'

red 19 ◦ green 175 ◦ blue 242

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

Shades of Deep Sky Blue #13AFF2

Tints of Deep Sky Blue #13AFF2

RGB

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

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

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

R = 4.36%
G = 40.14%
B = 55.5%

CMYK

 C value IS 0.92

 M value IS 0.28

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#13AFF2 (or 0x13AFF2) is known color: Deep Sky Blue. HEX triplet: 13, AF and F2. RGB value is (19,175,242). Sum of RGB (Red+Green+Blue) = 19+175+242=436 (57% of max value = 765). Red value is 19 (7.81% from 255 or 4.36% from 436); Green value is 175 (68.75% from 255 or 40.14% from 436); Blue value is 242 (94.92% from 255 or 55.50% from 436); Max value from RGB is 242 - color contains mainly: blue. Hex color #13AFF2 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #13AFF2 is #EC500D. Grayscale: #878787. Windows color (decimal): -15486990 or 15904531. OLE color: 15904531.

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

Color convert

RGB 19 175 242 -
CMYK 0.92 0.28 0 0.05
HSL 198.03º 0.9% 0.51% -
HSV(B) 198.03º 0.92% 0.95% -
XYZ 31.63 37.21 89.52 -
YUV 135.99 187.82 44.55 -
System Red Green Blue C M Y K H S L
Decimal 19 175 242 0.92 0.28 0 0.05 198.03 0.9 0.51
Hex 13 AF F2 5C 1C 0 5 C6 5A 33
Octal 23 257 362 134 34 0 5 306 132 63
Binary 10011 10101111 11110010 1011100 11100 0 101 11000110 1011010 110011

Color Harmonies of #13AFF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13AFF2

Black with #13AFF2

Text Example


Text Example

White with #13AFF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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