Html Css Color HEX #15BAE6 Deep Sky Blue

📋 copy color: '#15BAE6'

red 21 ◦ green 186 ◦ blue 230

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

Shades of Deep Sky Blue #15BAE6

Tints of Deep Sky Blue #15BAE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 52.63%

R = 4.81%
G = 42.56%
B = 52.63%

CMYK

 C value IS 0.91

 M value IS 0.19

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#15BAE6 (or 0x15BAE6) is known color: Deep Sky Blue. HEX triplet: 15, BA and E6. RGB value is (21,186,230). Sum of RGB (Red+Green+Blue) = 21+186+230=437 (57% of max value = 765). Red value is 21 (8.59% from 255 or 4.81% from 437); Green value is 186 (73.05% from 255 or 42.56% from 437); Blue value is 230 (90.23% from 255 or 52.63% from 437); Max value from RGB is 230 - color contains mainly: blue. Hex color #15BAE6 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #15BAE6 is #EA4519. Grayscale: #8D8D8D. Windows color (decimal): -15353114 or 15120917. OLE color: 15120917.

HSL color Cylindrical-coordinate representation of color #15BAE6: hue angle of 192.63º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #15BAE6 is Cyan = 0.91, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 21 186 230 -
CMYK 0.91 0.19 0 0.10
HSL 192.63º 0.83% 0.49% -
HSV(B) 192.63º 0.91% 0.9% -
XYZ 32.15 40.99 81.08 -
YUV 141.68 177.84 41.92 -
System Red Green Blue C M Y K H S L
Decimal 21 186 230 0.91 0.19 0 0.10 192.63 0.83 0.49
Hex 15 BA E6 5B 13 0 A C1 53 31
Octal 25 272 346 133 23 0 12 301 123 61
Binary 10101 10111010 11100110 1011011 10011 0 1010 11000001 1010011 110001

Color Harmonies of #15BAE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15BAE6

Black with #15BAE6

Text Example


Text Example

White with #15BAE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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