Html Css Color HEX #15BAED Deep Sky Blue

📋 copy color: '#15BAED'

red 21 ◦ green 186 ◦ blue 237

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

Shades of Deep Sky Blue #15BAED

Tints of Deep Sky Blue #15BAED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 53.38%

R = 4.73%
G = 41.89%
B = 53.38%

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

#15BAED (or 0x15BAED) is known color: Deep Sky Blue. HEX triplet: 15, BA and ED. RGB value is (21,186,237). Sum of RGB (Red+Green+Blue) = 21+186+237=444 (58% of max value = 765). Red value is 21 (8.59% from 255 or 4.73% from 444); Green value is 186 (73.05% from 255 or 41.89% from 444); Blue value is 237 (92.97% from 255 or 53.38% from 444); Max value from RGB is 237 - color contains mainly: blue. Hex color #15BAED is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #15BAED is #EA4512. Grayscale: #8E8E8E. Windows color (decimal): -15353107 or 15579669. OLE color: 15579669.

HSL color Cylindrical-coordinate representation of color #15BAED: hue angle of 194.17º 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 #15BAED is Cyan = 0.91, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 21 186 237 -
CMYK 0.91 0.22 0 0.07
HSL 194.17º 0.86% 0.51% -
HSV(B) 194.17º 0.91% 0.93% -
XYZ 33.15 41.39 86.36 -
YUV 142.48 181.34 41.35 -
System Red Green Blue C M Y K H S L
Decimal 21 186 237 0.91 0.22 0 0.07 194.17 0.86 0.51
Hex 15 BA ED 5B 16 0 7 C2 56 33
Octal 25 272 355 133 26 0 7 302 126 63
Binary 10101 10111010 11101101 1011011 10110 0 111 11000010 1010110 110011

Color Harmonies of #15BAED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15BAED

Black with #15BAED

Text Example


Text Example

White with #15BAED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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