Html Css Color HEX #13CDEB Deep Sky Blue

📋 copy color: '#13CDEB'

red 19 ◦ green 205 ◦ blue 235

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

Shades of Deep Sky Blue #13CDEB

Tints of Deep Sky Blue #13CDEB

RGB

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

 GREEN value IS 205 (80.47% from 255) = 44.66%

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

R = 4.14%
G = 44.66%
B = 51.2%

CMYK

 C value IS 0.92

 M value IS 0.13

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#13CDEB (or 0x13CDEB) is known color: Deep Sky Blue. HEX triplet: 13, CD and EB. RGB value is (19,205,235). Sum of RGB (Red+Green+Blue) = 19+205+235=459 (60% of max value = 765). Red value is 19 (7.81% from 255 or 4.14% from 459); Green value is 205 (80.47% from 255 or 44.66% from 459); Blue value is 235 (92.19% from 255 or 51.20% from 459); Max value from RGB is 235 - color contains mainly: blue. Hex color #13CDEB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #13CDEB is #EC3214. Grayscale: #989898. Windows color (decimal): -15479317 or 15453459. OLE color: 15453459.

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

Color convert

RGB 19 205 235 -
CMYK 0.92 0.13 0 0.08
HSL 188.33º 0.85% 0.5% -
HSV(B) 188.33º 0.92% 0.92% -
XYZ 37.1 49.8 86.25 -
YUV 152.81 174.38 32.56 -
System Red Green Blue C M Y K H S L
Decimal 19 205 235 0.92 0.13 0 0.08 188.33 0.85 0.5
Hex 13 CD EB 5C D 0 8 BC 55 32
Octal 23 315 353 134 15 0 10 274 125 62
Binary 10011 11001101 11101011 1011100 1101 0 1000 10111100 1010101 110010

Color Harmonies of #13CDEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13CDEB

Black with #13CDEB

Text Example


Text Example

White with #13CDEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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