Html Css Color HEX #13DCFB Deep Sky Blue

📋 copy color: '#13DCFB'

red 19 ◦ green 220 ◦ blue 251

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

Shades of Deep Sky Blue #13DCFB

Tints of Deep Sky Blue #13DCFB

RGB

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

 GREEN value IS 220 (86.33% from 255) = 44.9%

 BLUE value IS 251 (98.44% from 255) = 51.22%

R = 3.88%
G = 44.9%
B = 51.22%

CMYK

 C value IS 0.92

 M value IS 0.12

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#13DCFB (or 0x13DCFB) is known color: Deep Sky Blue. HEX triplet: 13, DC and FB. RGB value is (19,220,251). Sum of RGB (Red+Green+Blue) = 19+220+251=490 (64% of max value = 765). Red value is 19 (7.81% from 255 or 3.88% from 490); Green value is 220 (86.33% from 255 or 44.90% from 490); Blue value is 251 (98.44% from 255 or 51.22% from 490); Max value from RGB is 251 - color contains mainly: blue. Hex color #13DCFB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #13DCFB is #EC2304. Grayscale: #A3A3A3. Windows color (decimal): -15475461 or 16505875. OLE color: 16505875.

HSL color Cylindrical-coordinate representation of color #13DCFB: hue angle of 188.02º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13DCFB is Cyan = 0.92, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 19 220 251 -
CMYK 0.92 0.12 0 0.02
HSL 188.02º 0.97% 0.53% -
HSV(B) 188.02º 0.92% 0.98% -
XYZ 43.27 58.29 100.24 -
YUV 163.44 177.41 24.98 -
System Red Green Blue C M Y K H S L
Decimal 19 220 251 0.92 0.12 0 0.02 188.02 0.97 0.53
Hex 13 DC FB 5C C 0 2 BC 61 35
Octal 23 334 373 134 14 0 2 274 141 65
Binary 10011 11011100 11111011 1011100 1100 0 10 10111100 1100001 110101

Color Harmonies of #13DCFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13DCFB

Black with #13DCFB

Text Example


Text Example

White with #13DCFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,220,251); }

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

background-color css

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

 a { background-color: rgb(19,220,251); }

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

border-color css

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

 span { border-color: rgb(19,220,251); }

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