Html Css Color HEX #13ACFF Deep Sky Blue

📋 copy color: '#13ACFF'

red 19 ◦ green 172 ◦ blue 255

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

Shades of Deep Sky Blue #13ACFF

Tints of Deep Sky Blue #13ACFF

RGB

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

 GREEN value IS 172 (67.58% from 255) = 38.57%

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

R = 4.26%
G = 38.57%
B = 57.17%

CMYK

 C value IS 0.93

 M value IS 0.33

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#13ACFF (or 0x13ACFF) is known color: Deep Sky Blue. HEX triplet: 13, AC and FF. RGB value is (19,172,255). Sum of RGB (Red+Green+Blue) = 19+172+255=446 (59% of max value = 765). Red value is 19 (7.81% from 255 or 4.26% from 446); Green value is 172 (67.58% from 255 or 38.57% from 446); Blue value is 255 (100% from 255 or 57.17% from 446); Max value from RGB is 255 - color contains mainly: blue. Hex color #13ACFF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #13ACFF is #EC5300. Grayscale: #878787. Windows color (decimal): -15487745 or 16755731. OLE color: 16755731.

HSL color Cylindrical-coordinate representation of color #13ACFF: hue angle of 201.1º 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 #13ACFF is Cyan = 0.93, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 19 172 255 -
CMYK 0.93 0.33 0 0
HSL 201.1º 1% 0.54% -
HSV(B) 201.1º 0.93% 1% -
XYZ 33.07 36.86 99.98 -
YUV 135.72 195.31 44.75 -
System Red Green Blue C M Y K H S L
Decimal 19 172 255 0.93 0.33 0 0 201.1 1 0.54
Hex 13 AC FF 5D 21 0 0 C9 64 36
Octal 23 254 377 135 41 0 0 311 144 66
Binary 10011 10101100 11111111 1011101 100001 0 0 11001001 1100100 110110

Color Harmonies of #13ACFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13ACFF

Black with #13ACFF

Text Example


Text Example

White with #13ACFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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