Html Css Color HEX #13AEED Deep Sky Blue

📋 copy color: '#13AEED'

red 19 ◦ green 174 ◦ blue 237

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

Shades of Deep Sky Blue #13AEED

Tints of Deep Sky Blue #13AEED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 55.12%

R = 4.42%
G = 40.47%
B = 55.12%

CMYK

 C value IS 0.92

 M value IS 0.27

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#13AEED (or 0x13AEED) is known color: Deep Sky Blue. HEX triplet: 13, AE and ED. RGB value is (19,174,237). Sum of RGB (Red+Green+Blue) = 19+174+237=430 (56% of max value = 765). Red value is 19 (7.81% from 255 or 4.42% from 430); Green value is 174 (68.36% from 255 or 40.47% from 430); Blue value is 237 (92.97% from 255 or 55.12% from 430); Max value from RGB is 237 - color contains mainly: blue. Hex color #13AEED is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #13AEED is #EC5112. Grayscale: #868686. Windows color (decimal): -15487251 or 15576595. OLE color: 15576595.

HSL color Cylindrical-coordinate representation of color #13AEED: hue angle of 197.34º degrees, saturation: 0.86, 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 #13AEED is Cyan = 0.92, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 19 174 237 -
CMYK 0.92 0.27 0 0.07
HSL 197.34º 0.86% 0.5% -
HSV(B) 197.34º 0.92% 0.93% -
XYZ 30.69 36.52 85.55 -
YUV 134.84 185.65 45.38 -
System Red Green Blue C M Y K H S L
Decimal 19 174 237 0.92 0.27 0 0.07 197.34 0.86 0.5
Hex 13 AE ED 5C 1B 0 7 C5 56 32
Octal 23 256 355 134 33 0 7 305 126 62
Binary 10011 10101110 11101101 1011100 11011 0 111 11000101 1010110 110010

Color Harmonies of #13AEED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13AEED

Black with #13AEED

Text Example


Text Example

White with #13AEED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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