Html Css Color HEX #15BAEF Deep Sky Blue

📋 copy color: '#15BAEF'

red 21 ◦ green 186 ◦ blue 239

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

Shades of Deep Sky Blue #15BAEF

Tints of Deep Sky Blue #15BAEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 53.59%

R = 4.71%
G = 41.7%
B = 53.59%

CMYK

 C value IS 0.91

 M value IS 0.22

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#15BAEF (or 0x15BAEF) is known color: Deep Sky Blue. HEX triplet: 15, BA and EF. RGB value is (21,186,239). Sum of RGB (Red+Green+Blue) = 21+186+239=446 (59% of max value = 765). Red value is 21 (8.59% from 255 or 4.71% from 446); Green value is 186 (73.05% from 255 or 41.70% from 446); Blue value is 239 (93.75% from 255 or 53.59% from 446); Max value from RGB is 239 - color contains mainly: blue. Hex color #15BAEF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #15BAEF is #EA4510. Grayscale: #8E8E8E. Windows color (decimal): -15353105 or 15710741. OLE color: 15710741.

HSL color Cylindrical-coordinate representation of color #15BAEF: hue angle of 194.59º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #15BAEF is Cyan = 0.91, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 21 186 239 -
CMYK 0.91 0.22 0 0.06
HSL 194.59º 0.87% 0.51% -
HSV(B) 194.59º 0.91% 0.94% -
XYZ 33.45 41.51 87.91 -
YUV 142.71 182.34 41.19 -
System Red Green Blue C M Y K H S L
Decimal 21 186 239 0.91 0.22 0 0.06 194.59 0.87 0.51
Hex 15 BA EF 5B 16 0 6 C3 57 33
Octal 25 272 357 133 26 0 6 303 127 63
Binary 10101 10111010 11101111 1011011 10110 0 110 11000011 1010111 110011

Color Harmonies of #15BAEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15BAEF

Black with #15BAEF

Text Example


Text Example

White with #15BAEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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