Html Css Color HEX #15AAED Deep Sky Blue

📋 copy color: '#15AAED'

red 21 ◦ green 170 ◦ blue 237

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

Shades of Deep Sky Blue #15AAED

Tints of Deep Sky Blue #15AAED

RGB

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

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

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

R = 4.91%
G = 39.72%
B = 55.37%

CMYK

 C value IS 0.91

 M value IS 0.28

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#15AAED (or 0x15AAED) is known color: Deep Sky Blue. HEX triplet: 15, AA and ED. RGB value is (21,170,237). Sum of RGB (Red+Green+Blue) = 21+170+237=428 (56% of max value = 765). Red value is 21 (8.59% from 255 or 4.91% from 428); Green value is 170 (66.80% from 255 or 39.72% from 428); Blue value is 237 (92.97% from 255 or 55.37% from 428); Max value from RGB is 237 - color contains mainly: blue. Hex color #15AAED is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #15AAED is #EA5512. Grayscale: #848484. Windows color (decimal): -15357203 or 15575573. OLE color: 15575573.

HSL color Cylindrical-coordinate representation of color #15AAED: hue angle of 198.61º 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 #15AAED is Cyan = 0.91, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 21 170 237 -
CMYK 0.91 0.28 0 0.07
HSL 198.61º 0.86% 0.51% -
HSV(B) 198.61º 0.91% 0.93% -
XYZ 29.97 35.02 85.3 -
YUV 133.09 186.64 48.05 -
System Red Green Blue C M Y K H S L
Decimal 21 170 237 0.91 0.28 0 0.07 198.61 0.86 0.51
Hex 15 AA ED 5B 1C 0 7 C7 56 33
Octal 25 252 355 133 34 0 7 307 126 63
Binary 10101 10101010 11101101 1011011 11100 0 111 11000111 1010110 110011

Color Harmonies of #15AAED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15AAED

Black with #15AAED

Text Example


Text Example

White with #15AAED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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