Html Css Color HEX #13CEED Deep Sky Blue

📋 copy color: '#13CEED'

red 19 ◦ green 206 ◦ blue 237

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

Shades of Deep Sky Blue #13CEED

Tints of Deep Sky Blue #13CEED

RGB

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

 GREEN value IS 206 (80.86% from 255) = 44.59%

 BLUE value IS 237 (92.97% from 255) = 51.3%

R = 4.11%
G = 44.59%
B = 51.3%

CMYK

 C value IS 0.92

 M value IS 0.13

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#13CEED (or 0x13CEED) is known color: Deep Sky Blue. HEX triplet: 13, CE and ED. RGB value is (19,206,237). Sum of RGB (Red+Green+Blue) = 19+206+237=462 (61% of max value = 765). Red value is 19 (7.81% from 255 or 4.11% from 462); Green value is 206 (80.86% from 255 or 44.59% from 462); Blue value is 237 (92.97% from 255 or 51.30% from 462); Max value from RGB is 237 - color contains mainly: blue. Hex color #13CEED is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #13CEED is #EC3112. Grayscale: #999999. Windows color (decimal): -15479059 or 15584787. OLE color: 15584787.

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

Color convert

RGB 19 206 237 -
CMYK 0.92 0.13 0 0.07
HSL 188.53º 0.86% 0.5% -
HSV(B) 188.53º 0.92% 0.93% -
XYZ 37.63 50.4 87.86 -
YUV 153.62 175.05 31.98 -
System Red Green Blue C M Y K H S L
Decimal 19 206 237 0.92 0.13 0 0.07 188.53 0.86 0.5
Hex 13 CE ED 5C D 0 7 BD 56 32
Octal 23 316 355 134 15 0 7 275 126 62
Binary 10011 11001110 11101101 1011100 1101 0 111 10111101 1010110 110010

Color Harmonies of #13CEED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13CEED

Black with #13CEED

Text Example


Text Example

White with #13CEED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,206,237); }

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

background-color css

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

 a { background-color: rgb(19,206,237); }

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

border-color css

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

 span { border-color: rgb(19,206,237); }

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