Html Css Color HEX #15B2F8 Deep Sky Blue

📋 copy color: '#15B2F8'

red 21 ◦ green 178 ◦ blue 248

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

Shades of Deep Sky Blue #15B2F8

Tints of Deep Sky Blue #15B2F8

RGB

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

 GREEN value IS 178 (69.92% from 255) = 39.82%

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

R = 4.7%
G = 39.82%
B = 55.48%

CMYK

 C value IS 0.92

 M value IS 0.28

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#15B2F8 (or 0x15B2F8) is known color: Deep Sky Blue. HEX triplet: 15, B2 and F8. RGB value is (21,178,248). Sum of RGB (Red+Green+Blue) = 21+178+248=447 (59% of max value = 765). Red value is 21 (8.59% from 255 or 4.70% from 447); Green value is 178 (69.92% from 255 or 39.82% from 447); Blue value is 248 (97.27% from 255 or 55.48% from 447); Max value from RGB is 248 - color contains mainly: blue. Hex color #15B2F8 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #15B2F8 is #EA4D07. Grayscale: #8A8A8A. Windows color (decimal): -15355144 or 16298517. OLE color: 16298517.

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

Color convert

RGB 21 178 248 -
CMYK 0.92 0.28 0 0.03
HSL 198.5º 0.94% 0.53% -
HSV(B) 198.5º 0.92% 0.97% -
XYZ 33.17 38.78 94.54 -
YUV 139.04 189.49 43.81 -
System Red Green Blue C M Y K H S L
Decimal 21 178 248 0.92 0.28 0 0.03 198.5 0.94 0.53
Hex 15 B2 F8 5C 1C 0 3 C7 5E 35
Octal 25 262 370 134 34 0 3 307 136 65
Binary 10101 10110010 11111000 1011100 11100 0 11 11000111 1011110 110101

Color Harmonies of #15B2F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15B2F8

Black with #15B2F8

Text Example


Text Example

White with #15B2F8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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