Html Css Color HEX #13B5EA Deep Sky Blue

📋 copy color: '#13B5EA'

red 19 ◦ green 181 ◦ blue 234

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

Shades of Deep Sky Blue #13B5EA

Tints of Deep Sky Blue #13B5EA

RGB

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

 GREEN value IS 181 (71.09% from 255) = 41.71%

 BLUE value IS 234 (91.8% from 255) = 53.92%

R = 4.38%
G = 41.71%
B = 53.92%

CMYK

 C value IS 0.92

 M value IS 0.23

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#13B5EA (or 0x13B5EA) is known color: Deep Sky Blue. HEX triplet: 13, B5 and EA. RGB value is (19,181,234). Sum of RGB (Red+Green+Blue) = 19+181+234=434 (57% of max value = 765). Red value is 19 (7.81% from 255 or 4.38% from 434); Green value is 181 (71.09% from 255 or 41.71% from 434); Blue value is 234 (91.80% from 255 or 53.92% from 434); Max value from RGB is 234 - color contains mainly: blue. Hex color #13B5EA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #13B5EA is #EC4A15. Grayscale: #8A8A8A. Windows color (decimal): -15485462 or 15381779. OLE color: 15381779.

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

Color convert

RGB 19 181 234 -
CMYK 0.92 0.23 0 0.08
HSL 194.79º 0.85% 0.5% -
HSV(B) 194.79º 0.92% 0.92% -
XYZ 31.64 39.13 83.73 -
YUV 138.6 181.83 42.69 -
System Red Green Blue C M Y K H S L
Decimal 19 181 234 0.92 0.23 0 0.08 194.79 0.85 0.5
Hex 13 B5 EA 5C 17 0 8 C3 55 32
Octal 23 265 352 134 27 0 10 303 125 62
Binary 10011 10110101 11101010 1011100 10111 0 1000 11000011 1010101 110010

Color Harmonies of #13B5EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13B5EA

Black with #13B5EA

Text Example


Text Example

White with #13B5EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,181,234); }

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

background-color css

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

 a { background-color: rgb(19,181,234); }

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

border-color css

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

 span { border-color: rgb(19,181,234); }

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