Html Css Color HEX #13BAEC Deep Sky Blue

📋 copy color: '#13BAEC'

red 19 ◦ green 186 ◦ blue 236

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

Shades of Deep Sky Blue #13BAEC

Tints of Deep Sky Blue #13BAEC

RGB

 RED value IS 19 (7.81% from 255) = 4.31%

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

 BLUE value IS 236 (92.58% from 255) = 53.51%

R = 4.31%
G = 42.18%
B = 53.51%

CMYK

 C value IS 0.92

 M value IS 0.21

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#13BAEC (or 0x13BAEC) is known color: Deep Sky Blue. HEX triplet: 13, BA and EC. RGB value is (19,186,236). Sum of RGB (Red+Green+Blue) = 19+186+236=441 (58% of max value = 765). Red value is 19 (7.81% from 255 or 4.31% from 441); Green value is 186 (73.05% from 255 or 42.18% from 441); Blue value is 236 (92.58% from 255 or 53.51% from 441); Max value from RGB is 236 - color contains mainly: blue. Hex color #13BAEC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #13BAEC is #EC4513. Grayscale: #8D8D8D. Windows color (decimal): -15484180 or 15514131. OLE color: 15514131.

HSL color Cylindrical-coordinate representation of color #13BAEC: hue angle of 193.82º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13BAEC is Cyan = 0.92, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 19 186 236 -
CMYK 0.92 0.21 0 0.07
HSL 193.82º 0.85% 0.5% -
HSV(B) 193.82º 0.92% 0.93% -
XYZ 32.97 41.31 85.59 -
YUV 141.77 181.17 40.43 -
System Red Green Blue C M Y K H S L
Decimal 19 186 236 0.92 0.21 0 0.07 193.82 0.85 0.5
Hex 13 BA EC 5C 15 0 7 C2 55 32
Octal 23 272 354 134 25 0 7 302 125 62
Binary 10011 10111010 11101100 1011100 10101 0 111 11000010 1010101 110010

Color Harmonies of #13BAEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13BAEC

Black with #13BAEC

Text Example


Text Example

White with #13BAEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13BAEC; }

 p { color: rgb(19,186,236); }

 H1.HeaderClassName
 {
   color: #13BAEC;
 }
 .AnyTagClassName
 {
   color: #13BAEC;
 }
</style>

background-color css

<style>
 a { background-color: #13BAEC; }

 a { background-color: rgb(19,186,236); }

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

border-color css

<style>
 span { border-color: #13BAEC; }

 span { border-color: rgb(19,186,236); }

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