Html Css Color HEX #15BDF8 Deep Sky Blue

📋 copy color: '#15BDF8'

red 21 ◦ green 189 ◦ blue 248

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

Shades of Deep Sky Blue #15BDF8

Tints of Deep Sky Blue #15BDF8

RGB

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

 GREEN value IS 189 (74.22% from 255) = 41.27%

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

R = 4.59%
G = 41.27%
B = 54.15%

CMYK

 C value IS 0.92

 M value IS 0.24

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#15BDF8 (or 0x15BDF8) is known color: Deep Sky Blue. HEX triplet: 15, BD and F8. RGB value is (21,189,248). Sum of RGB (Red+Green+Blue) = 21+189+248=458 (60% of max value = 765). Red value is 21 (8.59% from 255 or 4.59% from 458); Green value is 189 (74.22% from 255 or 41.27% from 458); Blue value is 248 (97.27% from 255 or 54.15% from 458); Max value from RGB is 248 - color contains mainly: blue. Hex color #15BDF8 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #15BDF8 is #EA4207. Grayscale: #919191. Windows color (decimal): -15352328 or 16301333. OLE color: 16301333.

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

Color convert

RGB 21 189 248 -
CMYK 0.92 0.24 0 0.03
HSL 195.59º 0.94% 0.53% -
HSV(B) 195.59º 0.92% 0.97% -
XYZ 35.45 43.33 95.3 -
YUV 145.49 185.84 39.2 -
System Red Green Blue C M Y K H S L
Decimal 21 189 248 0.92 0.24 0 0.03 195.59 0.94 0.53
Hex 15 BD F8 5C 18 0 3 C4 5E 35
Octal 25 275 370 134 30 0 3 304 136 65
Binary 10101 10111101 11111000 1011100 11000 0 11 11000100 1011110 110101

Color Harmonies of #15BDF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15BDF8

Black with #15BDF8

Text Example


Text Example

White with #15BDF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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