Html Css Color HEX #15AFF2 Deep Sky Blue

📋 copy color: '#15AFF2'

red 21 ◦ green 175 ◦ blue 242

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

Shades of Deep Sky Blue #15AFF2

Tints of Deep Sky Blue #15AFF2

RGB

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

 GREEN value IS 175 (68.75% from 255) = 39.95%

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

R = 4.79%
G = 39.95%
B = 55.25%

CMYK

 C value IS 0.91

 M value IS 0.28

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#15AFF2 (or 0x15AFF2) is known color: Deep Sky Blue. HEX triplet: 15, AF and F2. RGB value is (21,175,242). Sum of RGB (Red+Green+Blue) = 21+175+242=438 (58% of max value = 765). Red value is 21 (8.59% from 255 or 4.79% from 438); Green value is 175 (68.75% from 255 or 39.95% from 438); Blue value is 242 (94.92% from 255 or 55.25% from 438); Max value from RGB is 242 - color contains mainly: blue. Hex color #15AFF2 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #15AFF2 is #EA500D. Grayscale: #888888. Windows color (decimal): -15355918 or 15904533. OLE color: 15904533.

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

Color convert

RGB 21 175 242 -
CMYK 0.91 0.28 0 0.05
HSL 198.19º 0.89% 0.52% -
HSV(B) 198.19º 0.91% 0.95% -
XYZ 31.67 37.23 89.52 -
YUV 136.59 187.48 45.55 -
System Red Green Blue C M Y K H S L
Decimal 21 175 242 0.91 0.28 0 0.05 198.19 0.89 0.52
Hex 15 AF F2 5B 1C 0 5 C6 59 34
Octal 25 257 362 133 34 0 5 306 131 64
Binary 10101 10101111 11110010 1011011 11100 0 101 11000110 1011001 110100

Color Harmonies of #15AFF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15AFF2

Black with #15AFF2

Text Example


Text Example

White with #15AFF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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