Html Css Color HEX #13DAFF Deep Sky Blue

📋 copy color: '#13DAFF'

red 19 ◦ green 218 ◦ blue 255

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

Shades of Deep Sky Blue #13DAFF

Tints of Deep Sky Blue #13DAFF

RGB

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

 GREEN value IS 218 (85.55% from 255) = 44.31%

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

R = 3.86%
G = 44.31%
B = 51.83%

CMYK

 C value IS 0.93

 M value IS 0.15

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#13DAFF (or 0x13DAFF) is known color: Deep Sky Blue. HEX triplet: 13, DA and FF. RGB value is (19,218,255). Sum of RGB (Red+Green+Blue) = 19+218+255=492 (65% of max value = 765). Red value is 19 (7.81% from 255 or 3.86% from 492); Green value is 218 (85.55% from 255 or 44.31% from 492); Blue value is 255 (100% from 255 or 51.83% from 492); Max value from RGB is 255 - color contains mainly: blue. Hex color #13DAFF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #13DAFF is #EC2500. Grayscale: #A2A2A2. Windows color (decimal): -15475969 or 16767507. OLE color: 16767507.

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

Color convert

RGB 19 218 255 -
CMYK 0.93 0.15 0 0
HSL 189.41º 1% 0.54% -
HSV(B) 189.41º 0.93% 1% -
XYZ 43.39 57.5 103.42 -
YUV 162.72 180.07 25.49 -
System Red Green Blue C M Y K H S L
Decimal 19 218 255 0.93 0.15 0 0 189.41 1 0.54
Hex 13 DA FF 5D F 0 0 BD 64 36
Octal 23 332 377 135 17 0 0 275 144 66
Binary 10011 11011010 11111111 1011101 1111 0 0 10111101 1100100 110110

Color Harmonies of #13DAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13DAFF

Black with #13DAFF

Text Example


Text Example

White with #13DAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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