Html Css Color HEX #13D4FF Deep Sky Blue

📋 copy color: '#13D4FF'

red 19 ◦ green 212 ◦ blue 255

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

Shades of Deep Sky Blue #13D4FF

Tints of Deep Sky Blue #13D4FF

RGB

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

 GREEN value IS 212 (83.2% from 255) = 43.62%

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

R = 3.91%
G = 43.62%
B = 52.47%

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

#13D4FF (or 0x13D4FF) is known color: Deep Sky Blue. HEX triplet: 13, D4 and FF. RGB value is (19,212,255). Sum of RGB (Red+Green+Blue) = 19+212+255=486 (64% of max value = 765). Red value is 19 (7.81% from 255 or 3.91% from 486); Green value is 212 (83.20% from 255 or 43.62% from 486); Blue value is 255 (100% from 255 or 52.47% from 486); Max value from RGB is 255 - color contains mainly: blue. Hex color #13D4FF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #13D4FF is #EC2B00. Grayscale: #9E9E9E. Windows color (decimal): -15477505 or 16765971. OLE color: 16765971.

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

Color convert

RGB 19 212 255 -
CMYK 0.93 0.17 0 0
HSL 190.93º 1% 0.54% -
HSV(B) 190.93º 0.93% 1% -
XYZ 41.86 54.45 102.91 -
YUV 159.2 182.06 28 -
System Red Green Blue C M Y K H S L
Decimal 19 212 255 0.93 0.17 0 0 190.93 1 0.54
Hex 13 D4 FF 5D 11 0 0 BF 64 36
Octal 23 324 377 135 21 0 0 277 144 66
Binary 10011 11010100 11111111 1011101 10001 0 0 10111111 1100100 110110

Color Harmonies of #13D4FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13D4FF

Black with #13D4FF

Text Example


Text Example

White with #13D4FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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