Html Css Color HEX #15AAEE Deep Sky Blue

📋 copy color: '#15AAEE'

red 21 ◦ green 170 ◦ blue 238

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

Shades of Deep Sky Blue #15AAEE

Tints of Deep Sky Blue #15AAEE

RGB

 RED value IS 21 (8.59% from 255) = 4.9%

 GREEN value IS 170 (66.8% from 255) = 39.63%

 BLUE value IS 238 (93.36% from 255) = 55.48%

R = 4.9%
G = 39.63%
B = 55.48%

CMYK

 C value IS 0.91

 M value IS 0.29

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#15AAEE (or 0x15AAEE) is known color: Deep Sky Blue. HEX triplet: 15, AA and EE. RGB value is (21,170,238). Sum of RGB (Red+Green+Blue) = 21+170+238=429 (56% of max value = 765). Red value is 21 (8.59% from 255 or 4.90% from 429); Green value is 170 (66.80% from 255 or 39.63% from 429); Blue value is 238 (93.36% from 255 or 55.48% from 429); Max value from RGB is 238 - color contains mainly: blue. Hex color #15AAEE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #15AAEE is #EA5511. Grayscale: #848484. Windows color (decimal): -15357202 or 15641109. OLE color: 15641109.

HSL color Cylindrical-coordinate representation of color #15AAEE: hue angle of 198.8º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #15AAEE is Cyan = 0.91, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 21 170 238 -
CMYK 0.91 0.29 0 0.07
HSL 198.8º 0.86% 0.51% -
HSV(B) 198.8º 0.91% 0.93% -
XYZ 30.12 35.08 86.07 -
YUV 133.2 187.14 47.97 -
System Red Green Blue C M Y K H S L
Decimal 21 170 238 0.91 0.29 0 0.07 198.8 0.86 0.51
Hex 15 AA EE 5B 1D 0 7 C7 56 33
Octal 25 252 356 133 35 0 7 307 126 63
Binary 10101 10101010 11101110 1011011 11101 0 111 11000111 1010110 110011

Color Harmonies of #15AAEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15AAEE

Black with #15AAEE

Text Example


Text Example

White with #15AAEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #15AAEE; }

 p { color: rgb(21,170,238); }

 H1.HeaderClassName
 {
   color: #15AAEE;
 }
 .AnyTagClassName
 {
   color: #15AAEE;
 }
</style>

background-color css

<style>
 a { background-color: #15AAEE; }

 a { background-color: rgb(21,170,238); }

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

border-color css

<style>
 span { border-color: #15AAEE; }

 span { border-color: rgb(21,170,238); }

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