Html Css Color HEX #13CDFE Deep Sky Blue

📋 copy color: '#13CDFE'

red 19 ◦ green 205 ◦ blue 254

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

Shades of Deep Sky Blue #13CDFE

Tints of Deep Sky Blue #13CDFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 53.14%

R = 3.97%
G = 42.89%
B = 53.14%

CMYK

 C value IS 0.93

 M value IS 0.19

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#13CDFE (or 0x13CDFE) is known color: Deep Sky Blue. HEX triplet: 13, CD and FE. RGB value is (19,205,254). Sum of RGB (Red+Green+Blue) = 19+205+254=478 (63% of max value = 765). Red value is 19 (7.81% from 255 or 3.97% from 478); Green value is 205 (80.47% from 255 or 42.89% from 478); Blue value is 254 (99.61% from 255 or 53.14% from 478); Max value from RGB is 254 - color contains mainly: blue. Hex color #13CDFE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #13CDFE is #EC3201. Grayscale: #9A9A9A. Windows color (decimal): -15479298 or 16698643. OLE color: 16698643.

HSL color Cylindrical-coordinate representation of color #13CDFE: hue angle of 192.51º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #13CDFE is Cyan = 0.93, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 19 205 254 -
CMYK 0.93 0.19 0 0.00
HSL 192.51º 0.99% 0.54% -
HSV(B) 192.51º 0.93% 1% -
XYZ 39.99 50.96 101.49 -
YUV 154.97 183.88 31.02 -
System Red Green Blue C M Y K H S L
Decimal 19 205 254 0.93 0.19 0 0.00 192.51 0.99 0.54
Hex 13 CD FE 5D 13 0 0 C1 63 36
Octal 23 315 376 135 23 0 0 301 143 66
Binary 10011 11001101 11111110 1011101 10011 0 0 11000001 1100011 110110

Color Harmonies of #13CDFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13CDFE

Black with #13CDFE

Text Example


Text Example

White with #13CDFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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