Html Css Color HEX #15BAEE Deep Sky Blue

📋 copy color: '#15BAEE'

red 21 ◦ green 186 ◦ blue 238

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

Shades of Deep Sky Blue #15BAEE

Tints of Deep Sky Blue #15BAEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 53.48%

R = 4.72%
G = 41.8%
B = 53.48%

CMYK

 C value IS 0.91

 M value IS 0.22

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#15BAEE (or 0x15BAEE) is known color: Deep Sky Blue. HEX triplet: 15, BA and EE. RGB value is (21,186,238). Sum of RGB (Red+Green+Blue) = 21+186+238=445 (58% of max value = 765). Red value is 21 (8.59% from 255 or 4.72% from 445); Green value is 186 (73.05% from 255 or 41.80% from 445); Blue value is 238 (93.36% from 255 or 53.48% from 445); Max value from RGB is 238 - color contains mainly: blue. Hex color #15BAEE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #15BAEE is #EA4511. Grayscale: #8E8E8E. Windows color (decimal): -15353106 or 15645205. OLE color: 15645205.

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

Color convert

RGB 21 186 238 -
CMYK 0.91 0.22 0 0.07
HSL 194.38º 0.86% 0.51% -
HSV(B) 194.38º 0.91% 0.93% -
XYZ 33.3 41.45 87.13 -
YUV 142.59 181.84 41.27 -
System Red Green Blue C M Y K H S L
Decimal 21 186 238 0.91 0.22 0 0.07 194.38 0.86 0.51
Hex 15 BA EE 5B 16 0 7 C2 56 33
Octal 25 272 356 133 26 0 7 302 126 63
Binary 10101 10111010 11101110 1011011 10110 0 111 11000010 1010110 110011

Color Harmonies of #15BAEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15BAEE

Black with #15BAEE

Text Example


Text Example

White with #15BAEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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