Html Css Color HEX #15BAFE Deep Sky Blue

📋 copy color: '#15BAFE'

red 21 ◦ green 186 ◦ blue 254

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

Shades of Deep Sky Blue #15BAFE

Tints of Deep Sky Blue #15BAFE

RGB

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

 GREEN value IS 186 (73.05% from 255) = 40.35%

 BLUE value IS 254 (99.61% from 255) = 55.1%

R = 4.56%
G = 40.35%
B = 55.1%

CMYK

 C value IS 0.92

 M value IS 0.27

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#15BAFE (or 0x15BAFE) is known color: Deep Sky Blue. HEX triplet: 15, BA and FE. RGB value is (21,186,254). Sum of RGB (Red+Green+Blue) = 21+186+254=461 (61% of max value = 765). Red value is 21 (8.59% from 255 or 4.56% from 461); Green value is 186 (73.05% from 255 or 40.35% from 461); Blue value is 254 (99.61% from 255 or 55.10% from 461); Max value from RGB is 254 - color contains mainly: blue. Hex color #15BAFE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #15BAFE is #EA4501. Grayscale: #8F8F8F. Windows color (decimal): -15353090 or 16693781. OLE color: 16693781.

HSL color Cylindrical-coordinate representation of color #15BAFE: hue angle of 197.51º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #15BAFE is Cyan = 0.92, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 21 186 254 -
CMYK 0.92 0.27 0 0.00
HSL 197.51º 0.99% 0.54% -
HSV(B) 197.51º 0.92% 1% -
XYZ 35.76 42.43 100.07 -
YUV 144.42 189.84 39.97 -
System Red Green Blue C M Y K H S L
Decimal 21 186 254 0.92 0.27 0 0.00 197.51 0.99 0.54
Hex 15 BA FE 5C 1B 0 0 C6 63 36
Octal 25 272 376 134 33 0 0 306 143 66
Binary 10101 10111010 11111110 1011100 11011 0 0 11000110 1100011 110110

Color Harmonies of #15BAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15BAFE

Black with #15BAFE

Text Example


Text Example

White with #15BAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,186,254); }

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

background-color css

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

 a { background-color: rgb(21,186,254); }

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

border-color css

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

 span { border-color: rgb(21,186,254); }

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