Html Css Color HEX #15BAE9 Deep Sky Blue

📋 copy color: '#15BAE9'

red 21 ◦ green 186 ◦ blue 233

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

Shades of Deep Sky Blue #15BAE9

Tints of Deep Sky Blue #15BAE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 52.95%

R = 4.77%
G = 42.27%
B = 52.95%

CMYK

 C value IS 0.91

 M value IS 0.20

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#15BAE9 (or 0x15BAE9) is known color: Deep Sky Blue. HEX triplet: 15, BA and E9. RGB value is (21,186,233). Sum of RGB (Red+Green+Blue) = 21+186+233=440 (58% of max value = 765). Red value is 21 (8.59% from 255 or 4.77% from 440); Green value is 186 (73.05% from 255 or 42.27% from 440); Blue value is 233 (91.41% from 255 or 52.95% from 440); Max value from RGB is 233 - color contains mainly: blue. Hex color #15BAE9 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #15BAE9 is #EA4516. Grayscale: #8D8D8D. Windows color (decimal): -15353111 or 15317525. OLE color: 15317525.

HSL color Cylindrical-coordinate representation of color #15BAE9: hue angle of 193.3º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #15BAE9 is Cyan = 0.91, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 21 186 233 -
CMYK 0.91 0.20 0 0.09
HSL 193.3º 0.83% 0.5% -
HSV(B) 193.3º 0.91% 0.91% -
XYZ 32.58 41.16 83.32 -
YUV 142.02 179.34 41.68 -
System Red Green Blue C M Y K H S L
Decimal 21 186 233 0.91 0.20 0 0.09 193.3 0.83 0.5
Hex 15 BA E9 5B 14 0 9 C1 53 32
Octal 25 272 351 133 24 0 11 301 123 62
Binary 10101 10111010 11101001 1011011 10100 0 1001 11000001 1010011 110010

Color Harmonies of #15BAE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15BAE9

Black with #15BAE9

Text Example


Text Example

White with #15BAE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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