Html Css Color HEX #13CBEC Deep Sky Blue

📋 copy color: '#13CBEC'

red 19 ◦ green 203 ◦ blue 236

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

Shades of Deep Sky Blue #13CBEC

Tints of Deep Sky Blue #13CBEC

RGB

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

 GREEN value IS 203 (79.69% from 255) = 44.32%

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

R = 4.15%
G = 44.32%
B = 51.53%

CMYK

 C value IS 0.92

 M value IS 0.14

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#13CBEC (or 0x13CBEC) is known color: Deep Sky Blue. HEX triplet: 13, CB and EC. RGB value is (19,203,236). Sum of RGB (Red+Green+Blue) = 19+203+236=458 (60% of max value = 765). Red value is 19 (7.81% from 255 or 4.15% from 458); Green value is 203 (79.69% from 255 or 44.32% from 458); Blue value is 236 (92.58% from 255 or 51.53% from 458); Max value from RGB is 236 - color contains mainly: blue. Hex color #13CBEC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #13CBEC is #EC3413. Grayscale: #979797. Windows color (decimal): -15479828 or 15518483. OLE color: 15518483.

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

Color convert

RGB 19 203 236 -
CMYK 0.92 0.14 0 0.07
HSL 189.12º 0.85% 0.5% -
HSV(B) 189.12º 0.92% 0.93% -
XYZ 36.76 48.91 86.86 -
YUV 151.75 175.54 33.32 -
System Red Green Blue C M Y K H S L
Decimal 19 203 236 0.92 0.14 0 0.07 189.12 0.85 0.5
Hex 13 CB EC 5C E 0 7 BD 55 32
Octal 23 313 354 134 16 0 7 275 125 62
Binary 10011 11001011 11101100 1011100 1110 0 111 10111101 1010101 110010

Color Harmonies of #13CBEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13CBEC

Black with #13CBEC

Text Example


Text Example

White with #13CBEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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