Html Css Color HEX #13B4FF Deep Sky Blue

📋 copy color: '#13B4FF'

red 19 ◦ green 180 ◦ blue 255

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

Shades of Deep Sky Blue #13B4FF

Tints of Deep Sky Blue #13B4FF

RGB

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

 GREEN value IS 180 (70.7% from 255) = 39.65%

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

R = 4.19%
G = 39.65%
B = 56.17%

CMYK

 C value IS 0.93

 M value IS 0.29

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#13B4FF (or 0x13B4FF) is known color: Deep Sky Blue. HEX triplet: 13, B4 and FF. RGB value is (19,180,255). Sum of RGB (Red+Green+Blue) = 19+180+255=454 (60% of max value = 765). Red value is 19 (7.81% from 255 or 4.19% from 454); Green value is 180 (70.70% from 255 or 39.65% from 454); Blue value is 255 (100% from 255 or 56.17% from 454); Max value from RGB is 255 - color contains mainly: blue. Hex color #13B4FF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #13B4FF is #EC4B00. Grayscale: #8B8B8B. Windows color (decimal): -15485697 or 16757779. OLE color: 16757779.

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

Color convert

RGB 19 180 255 -
CMYK 0.93 0.29 0 0
HSL 199.07º 1% 0.54% -
HSV(B) 199.07º 0.93% 1% -
XYZ 34.64 40 100.5 -
YUV 140.41 192.66 41.4 -
System Red Green Blue C M Y K H S L
Decimal 19 180 255 0.93 0.29 0 0 199.07 1 0.54
Hex 13 B4 FF 5D 1D 0 0 C7 64 36
Octal 23 264 377 135 35 0 0 307 144 66
Binary 10011 10110100 11111111 1011101 11101 0 0 11000111 1100100 110110

Color Harmonies of #13B4FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13B4FF

Black with #13B4FF

Text Example


Text Example

White with #13B4FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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