Html Css Color HEX #13AEEC Deep Sky Blue

📋 copy color: '#13AEEC'

red 19 ◦ green 174 ◦ blue 236

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

Shades of Deep Sky Blue #13AEEC

Tints of Deep Sky Blue #13AEEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 55.01%

R = 4.43%
G = 40.56%
B = 55.01%

CMYK

 C value IS 0.92

 M value IS 0.26

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#13AEEC (or 0x13AEEC) is known color: Deep Sky Blue. HEX triplet: 13, AE and EC. RGB value is (19,174,236). Sum of RGB (Red+Green+Blue) = 19+174+236=429 (56% of max value = 765). Red value is 19 (7.81% from 255 or 4.43% from 429); Green value is 174 (68.36% from 255 or 40.56% from 429); Blue value is 236 (92.58% from 255 or 55.01% from 429); Max value from RGB is 236 - color contains mainly: blue. Hex color #13AEEC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #13AEEC is #EC5113. Grayscale: #868686. Windows color (decimal): -15487252 or 15511059. OLE color: 15511059.

HSL color Cylindrical-coordinate representation of color #13AEEC: hue angle of 197.14º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13AEEC is Cyan = 0.92, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 19 174 236 -
CMYK 0.92 0.26 0 0.07
HSL 197.14º 0.85% 0.5% -
HSV(B) 197.14º 0.92% 0.93% -
XYZ 30.54 36.47 84.79 -
YUV 134.72 185.15 45.46 -
System Red Green Blue C M Y K H S L
Decimal 19 174 236 0.92 0.26 0 0.07 197.14 0.85 0.5
Hex 13 AE EC 5C 1A 0 7 C5 55 32
Octal 23 256 354 134 32 0 7 305 125 62
Binary 10011 10101110 11101100 1011100 11010 0 111 11000101 1010101 110010

Color Harmonies of #13AEEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13AEEC

Black with #13AEEC

Text Example


Text Example

White with #13AEEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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