Html Css Color HEX #13C2EB Deep Sky Blue

📋 copy color: '#13C2EB'

red 19 ◦ green 194 ◦ blue 235

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

Shades of Deep Sky Blue #13C2EB

Tints of Deep Sky Blue #13C2EB

RGB

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

 GREEN value IS 194 (76.17% from 255) = 43.3%

 BLUE value IS 235 (92.19% from 255) = 52.46%

R = 4.24%
G = 43.3%
B = 52.46%

CMYK

 C value IS 0.92

 M value IS 0.17

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#13C2EB (or 0x13C2EB) is known color: Deep Sky Blue. HEX triplet: 13, C2 and EB. RGB value is (19,194,235). Sum of RGB (Red+Green+Blue) = 19+194+235=448 (59% of max value = 765). Red value is 19 (7.81% from 255 or 4.24% from 448); Green value is 194 (76.17% from 255 or 43.30% from 448); Blue value is 235 (92.19% from 255 or 52.46% from 448); Max value from RGB is 235 - color contains mainly: blue. Hex color #13C2EB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #13C2EB is #EC3D14. Grayscale: #929292. Windows color (decimal): -15482133 or 15450643. OLE color: 15450643.

HSL color Cylindrical-coordinate representation of color #13C2EB: hue angle of 191.39º 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 #13C2EB is Cyan = 0.92, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 19 194 235 -
CMYK 0.92 0.17 0 0.08
HSL 191.39º 0.85% 0.5% -
HSV(B) 191.39º 0.92% 0.92% -
XYZ 34.56 44.72 85.41 -
YUV 146.35 178.02 37.17 -
System Red Green Blue C M Y K H S L
Decimal 19 194 235 0.92 0.17 0 0.08 191.39 0.85 0.5
Hex 13 C2 EB 5C 11 0 8 BF 55 32
Octal 23 302 353 134 21 0 10 277 125 62
Binary 10011 11000010 11101011 1011100 10001 0 1000 10111111 1010101 110010

Color Harmonies of #13C2EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13C2EB

Black with #13C2EB

Text Example


Text Example

White with #13C2EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,194,235); }

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

background-color css

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

 a { background-color: rgb(19,194,235); }

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

border-color css

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

 span { border-color: rgb(19,194,235); }

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