Html Css Color HEX #13CAFE Deep Sky Blue

📋 copy color: '#13CAFE'

red 19 ◦ green 202 ◦ blue 254

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

Shades of Deep Sky Blue #13CAFE

Tints of Deep Sky Blue #13CAFE

RGB

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

 GREEN value IS 202 (79.3% from 255) = 42.53%

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

R = 4%
G = 42.53%
B = 53.47%

CMYK

 C value IS 0.93

 M value IS 0.20

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#13CAFE (or 0x13CAFE) is known color: Deep Sky Blue. HEX triplet: 13, CA and FE. RGB value is (19,202,254). Sum of RGB (Red+Green+Blue) = 19+202+254=475 (62% of max value = 765). Red value is 19 (7.81% from 255 or 4% from 475); Green value is 202 (79.30% from 255 or 42.53% from 475); Blue value is 254 (99.61% from 255 or 53.47% from 475); Max value from RGB is 254 - color contains mainly: blue. Hex color #13CAFE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #13CAFE is #EC3501. Grayscale: #989898. Windows color (decimal): -15480066 or 16697875. OLE color: 16697875.

HSL color Cylindrical-coordinate representation of color #13CAFE: hue angle of 193.28º 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 #13CAFE is Cyan = 0.93, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 19 202 254 -
CMYK 0.93 0.20 0 0.00
HSL 193.28º 0.99% 0.54% -
HSV(B) 193.28º 0.93% 1% -
XYZ 39.28 49.54 101.26 -
YUV 153.21 184.87 32.27 -
System Red Green Blue C M Y K H S L
Decimal 19 202 254 0.93 0.20 0 0.00 193.28 0.99 0.54
Hex 13 CA FE 5D 14 0 0 C1 63 36
Octal 23 312 376 135 24 0 0 301 143 66
Binary 10011 11001010 11111110 1011101 10100 0 0 11000001 1100011 110110

Color Harmonies of #13CAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13CAFE

Black with #13CAFE

Text Example


Text Example

White with #13CAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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