Html Css Color HEX #13BFF5 Deep Sky Blue

📋 copy color: '#13BFF5'

red 19 ◦ green 191 ◦ blue 245

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

Shades of Deep Sky Blue #13BFF5

Tints of Deep Sky Blue #13BFF5

RGB

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

 GREEN value IS 191 (75% from 255) = 41.98%

 BLUE value IS 245 (96.09% from 255) = 53.85%

R = 4.18%
G = 41.98%
B = 53.85%

CMYK

 C value IS 0.92

 M value IS 0.22

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#13BFF5 (or 0x13BFF5) is known color: Deep Sky Blue. HEX triplet: 13, BF and F5. RGB value is (19,191,245). Sum of RGB (Red+Green+Blue) = 19+191+245=455 (60% of max value = 765). Red value is 19 (7.81% from 255 or 4.18% from 455); Green value is 191 (75% from 255 or 41.98% from 455); Blue value is 245 (96.09% from 255 or 53.85% from 455); Max value from RGB is 245 - color contains mainly: blue. Hex color #13BFF5 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #13BFF5 is #EC400A. Grayscale: #919191. Windows color (decimal): -15482891 or 16105235. OLE color: 16105235.

HSL color Cylindrical-coordinate representation of color #13BFF5: hue angle of 194.34º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13BFF5 is Cyan = 0.92, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 19 191 245 -
CMYK 0.92 0.22 0 0.04
HSL 194.34º 0.92% 0.52% -
HSV(B) 194.34º 0.92% 0.96% -
XYZ 35.38 43.99 93.01 -
YUV 145.73 184.02 37.61 -
System Red Green Blue C M Y K H S L
Decimal 19 191 245 0.92 0.22 0 0.04 194.34 0.92 0.52
Hex 13 BF F5 5C 16 0 4 C2 5C 34
Octal 23 277 365 134 26 0 4 302 134 64
Binary 10011 10111111 11110101 1011100 10110 0 100 11000010 1011100 110100

Color Harmonies of #13BFF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13BFF5

Black with #13BFF5

Text Example


Text Example

White with #13BFF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,191,245); }

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

background-color css

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

 a { background-color: rgb(19,191,245); }

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

border-color css

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

 span { border-color: rgb(19,191,245); }

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