Html Css Color HEX #13AEFF Deep Sky Blue

📋 copy color: '#13AEFF'

red 19 ◦ green 174 ◦ blue 255

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

Shades of Deep Sky Blue #13AEFF

Tints of Deep Sky Blue #13AEFF

RGB

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

 GREEN value IS 174 (68.36% from 255) = 38.84%

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

R = 4.24%
G = 38.84%
B = 56.92%

CMYK

 C value IS 0.93

 M value IS 0.32

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#13AEFF (or 0x13AEFF) is known color: Deep Sky Blue. HEX triplet: 13, AE and FF. RGB value is (19,174,255). Sum of RGB (Red+Green+Blue) = 19+174+255=448 (59% of max value = 765). Red value is 19 (7.81% from 255 or 4.24% from 448); Green value is 174 (68.36% from 255 or 38.84% from 448); Blue value is 255 (100% from 255 or 56.92% from 448); Max value from RGB is 255 - color contains mainly: blue. Hex color #13AEFF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #13AEFF is #EC5100. Grayscale: #888888. Windows color (decimal): -15487233 or 16756243. OLE color: 16756243.

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

Color convert

RGB 19 174 255 -
CMYK 0.93 0.32 0 0
HSL 200.59º 1% 0.54% -
HSV(B) 200.59º 0.93% 1% -
XYZ 33.45 37.63 100.11 -
YUV 136.89 194.65 43.91 -
System Red Green Blue C M Y K H S L
Decimal 19 174 255 0.93 0.32 0 0 200.59 1 0.54
Hex 13 AE FF 5D 20 0 0 C9 64 36
Octal 23 256 377 135 40 0 0 311 144 66
Binary 10011 10101110 11111111 1011101 100000 0 0 11001001 1100100 110110

Color Harmonies of #13AEFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13AEFF

Black with #13AEFF

Text Example


Text Example

White with #13AEFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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