Html Css Color HEX #13B8F3 Deep Sky Blue

📋 copy color: '#13B8F3'

red 19 ◦ green 184 ◦ blue 243

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

Shades of Deep Sky Blue #13B8F3

Tints of Deep Sky Blue #13B8F3

RGB

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

 GREEN value IS 184 (72.27% from 255) = 41.26%

 BLUE value IS 243 (95.31% from 255) = 54.48%

R = 4.26%
G = 41.26%
B = 54.48%

CMYK

 C value IS 0.92

 M value IS 0.24

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#13B8F3 (or 0x13B8F3) is known color: Deep Sky Blue. HEX triplet: 13, B8 and F3. RGB value is (19,184,243). Sum of RGB (Red+Green+Blue) = 19+184+243=446 (59% of max value = 765). Red value is 19 (7.81% from 255 or 4.26% from 446); Green value is 184 (72.27% from 255 or 41.26% from 446); Blue value is 243 (95.31% from 255 or 54.48% from 446); Max value from RGB is 243 - color contains mainly: blue. Hex color #13B8F3 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #13B8F3 is #EC470C. Grayscale: #8C8C8C. Windows color (decimal): -15484685 or 15972371. OLE color: 15972371.

HSL color Cylindrical-coordinate representation of color #13B8F3: hue angle of 195.8º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13B8F3 is Cyan = 0.92, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 19 184 243 -
CMYK 0.92 0.24 0 0.05
HSL 195.8º 0.9% 0.51% -
HSV(B) 195.8º 0.92% 0.95% -
XYZ 33.59 40.89 90.92 -
YUV 141.39 185.34 40.7 -
System Red Green Blue C M Y K H S L
Decimal 19 184 243 0.92 0.24 0 0.05 195.8 0.9 0.51
Hex 13 B8 F3 5C 18 0 5 C4 5A 33
Octal 23 270 363 134 30 0 5 304 132 63
Binary 10011 10111000 11110011 1011100 11000 0 101 11000100 1011010 110011

Color Harmonies of #13B8F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13B8F3

Black with #13B8F3

Text Example


Text Example

White with #13B8F3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,184,243); }

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

background-color css

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

 a { background-color: rgb(19,184,243); }

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

border-color css

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

 span { border-color: rgb(19,184,243); }

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