Html Css Color HEX #13BAE7 Deep Sky Blue

📋 copy color: '#13BAE7'

red 19 ◦ green 186 ◦ blue 231

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

Shades of Deep Sky Blue #13BAE7

Tints of Deep Sky Blue #13BAE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 52.98%

R = 4.36%
G = 42.66%
B = 52.98%

CMYK

 C value IS 0.92

 M value IS 0.19

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#13BAE7 (or 0x13BAE7) is known color: Deep Sky Blue. HEX triplet: 13, BA and E7. RGB value is (19,186,231). Sum of RGB (Red+Green+Blue) = 19+186+231=436 (57% of max value = 765). Red value is 19 (7.81% from 255 or 4.36% from 436); Green value is 186 (73.05% from 255 or 42.66% from 436); Blue value is 231 (90.62% from 255 or 52.98% from 436); Max value from RGB is 231 - color contains mainly: blue. Hex color #13BAE7 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #13BAE7 is #EC4518. Grayscale: #8C8C8C. Windows color (decimal): -15484185 or 15186451. OLE color: 15186451.

HSL color Cylindrical-coordinate representation of color #13BAE7: hue angle of 192.74º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13BAE7 is Cyan = 0.92, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 19 186 231 -
CMYK 0.92 0.19 0 0.09
HSL 192.74º 0.85% 0.49% -
HSV(B) 192.74º 0.92% 0.91% -
XYZ 32.25 41.03 81.82 -
YUV 141.2 178.67 40.84 -
System Red Green Blue C M Y K H S L
Decimal 19 186 231 0.92 0.19 0 0.09 192.74 0.85 0.49
Hex 13 BA E7 5C 13 0 9 C1 55 31
Octal 23 272 347 134 23 0 11 301 125 61
Binary 10011 10111010 11100111 1011100 10011 0 1001 11000001 1010101 110001

Color Harmonies of #13BAE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13BAE7

Black with #13BAE7

Text Example


Text Example

White with #13BAE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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