Html Css Color HEX #15ACF8 Deep Sky Blue

📋 copy color: '#15ACF8'

red 21 ◦ green 172 ◦ blue 248

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

Shades of Deep Sky Blue #15ACF8

Tints of Deep Sky Blue #15ACF8

RGB

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

 GREEN value IS 172 (67.58% from 255) = 39%

 BLUE value IS 248 (97.27% from 255) = 56.24%

R = 4.76%
G = 39%
B = 56.24%

CMYK

 C value IS 0.92

 M value IS 0.31

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#15ACF8 (or 0x15ACF8) is known color: Deep Sky Blue. HEX triplet: 15, AC and F8. RGB value is (21,172,248). Sum of RGB (Red+Green+Blue) = 21+172+248=441 (58% of max value = 765). Red value is 21 (8.59% from 255 or 4.76% from 441); Green value is 172 (67.58% from 255 or 39.00% from 441); Blue value is 248 (97.27% from 255 or 56.24% from 441); Max value from RGB is 248 - color contains mainly: blue. Hex color #15ACF8 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #15ACF8 is #EA5307. Grayscale: #878787. Windows color (decimal): -15356680 or 16296981. OLE color: 16296981.

HSL color Cylindrical-coordinate representation of color #15ACF8: hue angle of 200.09º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #15ACF8 is Cyan = 0.92, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 21 172 248 -
CMYK 0.92 0.31 0 0.03
HSL 200.09º 0.94% 0.53% -
HSV(B) 200.09º 0.92% 0.97% -
XYZ 32.01 36.44 94.15 -
YUV 135.52 191.47 46.32 -
System Red Green Blue C M Y K H S L
Decimal 21 172 248 0.92 0.31 0 0.03 200.09 0.94 0.53
Hex 15 AC F8 5C 1F 0 3 C8 5E 35
Octal 25 254 370 134 37 0 3 310 136 65
Binary 10101 10101100 11111000 1011100 11111 0 11 11001000 1011110 110101

Color Harmonies of #15ACF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15ACF8

Black with #15ACF8

Text Example


Text Example

White with #15ACF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,172,248); }

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

background-color css

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

 a { background-color: rgb(21,172,248); }

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

border-color css

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

 span { border-color: rgb(21,172,248); }

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