Html Css Color HEX #15AAF2 Deep Sky Blue

📋 copy color: '#15AAF2'

red 21 ◦ green 170 ◦ blue 242

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

Shades of Deep Sky Blue #15AAF2

Tints of Deep Sky Blue #15AAF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 55.89%

R = 4.85%
G = 39.26%
B = 55.89%

CMYK

 C value IS 0.91

 M value IS 0.30

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#15AAF2 (or 0x15AAF2) is known color: Deep Sky Blue. HEX triplet: 15, AA and F2. RGB value is (21,170,242). Sum of RGB (Red+Green+Blue) = 21+170+242=433 (57% of max value = 765). Red value is 21 (8.59% from 255 or 4.85% from 433); Green value is 170 (66.80% from 255 or 39.26% from 433); Blue value is 242 (94.92% from 255 or 55.89% from 433); Max value from RGB is 242 - color contains mainly: blue. Hex color #15AAF2 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #15AAF2 is #EA550D. Grayscale: #858585. Windows color (decimal): -15357198 or 15903253. OLE color: 15903253.

HSL color Cylindrical-coordinate representation of color #15AAF2: hue angle of 199.55º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #15AAF2 is Cyan = 0.91, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 21 170 242 -
CMYK 0.91 0.30 0 0.05
HSL 199.55º 0.89% 0.52% -
HSV(B) 199.55º 0.91% 0.95% -
XYZ 30.71 35.32 89.2 -
YUV 133.66 189.14 47.65 -
System Red Green Blue C M Y K H S L
Decimal 21 170 242 0.91 0.30 0 0.05 199.55 0.89 0.52
Hex 15 AA F2 5B 1E 0 5 C8 59 34
Octal 25 252 362 133 36 0 5 310 131 64
Binary 10101 10101010 11110010 1011011 11110 0 101 11001000 1011001 110100

Color Harmonies of #15AAF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15AAF2

Black with #15AAF2

Text Example


Text Example

White with #15AAF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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