Html Css Color HEX #13D3FF Deep Sky Blue

📋 copy color: '#13D3FF'

red 19 ◦ green 211 ◦ blue 255

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

Shades of Deep Sky Blue #13D3FF

Tints of Deep Sky Blue #13D3FF

RGB

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

 GREEN value IS 211 (82.81% from 255) = 43.51%

 BLUE value IS 255 (100% from 255) = 52.58%

R = 3.92%
G = 43.51%
B = 52.58%

CMYK

 C value IS 0.93

 M value IS 0.17

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#13D3FF (or 0x13D3FF) is known color: Deep Sky Blue. HEX triplet: 13, D3 and FF. RGB value is (19,211,255). Sum of RGB (Red+Green+Blue) = 19+211+255=485 (64% of max value = 765). Red value is 19 (7.81% from 255 or 3.92% from 485); Green value is 211 (82.81% from 255 or 43.51% from 485); Blue value is 255 (100% from 255 or 52.58% from 485); Max value from RGB is 255 - color contains mainly: blue. Hex color #13D3FF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #13D3FF is #EC2C00. Grayscale: #9E9E9E. Windows color (decimal): -15477761 or 16765715. OLE color: 16765715.

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

Color convert

RGB 19 211 255 -
CMYK 0.93 0.17 0 0
HSL 191.19º 1% 0.54% -
HSV(B) 191.19º 0.93% 1% -
XYZ 41.61 53.95 102.83 -
YUV 158.61 182.39 28.42 -
System Red Green Blue C M Y K H S L
Decimal 19 211 255 0.93 0.17 0 0 191.19 1 0.54
Hex 13 D3 FF 5D 11 0 0 BF 64 36
Octal 23 323 377 135 21 0 0 277 144 66
Binary 10011 11010011 11111111 1011101 10001 0 0 10111111 1100100 110110

Color Harmonies of #13D3FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13D3FF

Black with #13D3FF

Text Example


Text Example

White with #13D3FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,211,255); }

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

background-color css

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

 a { background-color: rgb(19,211,255); }

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

border-color css

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

 span { border-color: rgb(19,211,255); }

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