Html Css Color HEX #13BFF3 Deep Sky Blue

📋 copy color: '#13BFF3'

red 19 ◦ green 191 ◦ blue 243

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

Shades of Deep Sky Blue #13BFF3

Tints of Deep Sky Blue #13BFF3

RGB

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

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

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

R = 4.19%
G = 42.16%
B = 53.64%

CMYK

 C value IS 0.92

 M value IS 0.21

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#13BFF3 (or 0x13BFF3) is known color: Deep Sky Blue. HEX triplet: 13, BF and F3. RGB value is (19,191,243). Sum of RGB (Red+Green+Blue) = 19+191+243=453 (60% of max value = 765). Red value is 19 (7.81% from 255 or 4.19% from 453); Green value is 191 (75% from 255 or 42.16% from 453); Blue value is 243 (95.31% from 255 or 53.64% from 453); Max value from RGB is 243 - color contains mainly: blue. Hex color #13BFF3 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #13BFF3 is #EC400C. Grayscale: #919191. Windows color (decimal): -15482893 or 15974163. OLE color: 15974163.

HSL color Cylindrical-coordinate representation of color #13BFF3: hue angle of 193.93º 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 #13BFF3 is Cyan = 0.92, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 19 191 243 -
CMYK 0.92 0.21 0 0.05
HSL 193.93º 0.9% 0.51% -
HSV(B) 193.93º 0.92% 0.95% -
XYZ 35.08 43.87 91.41 -
YUV 145.5 183.02 37.77 -
System Red Green Blue C M Y K H S L
Decimal 19 191 243 0.92 0.21 0 0.05 193.93 0.9 0.51
Hex 13 BF F3 5C 15 0 5 C2 5A 33
Octal 23 277 363 134 25 0 5 302 132 63
Binary 10011 10111111 11110011 1011100 10101 0 101 11000010 1011010 110011

Color Harmonies of #13BFF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13BFF3

Black with #13BFF3

Text Example


Text Example

White with #13BFF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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