Html Css Color HEX #13BCF3 Deep Sky Blue

📋 copy color: '#13BCF3'

red 19 ◦ green 188 ◦ blue 243

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

Shades of Deep Sky Blue #13BCF3

Tints of Deep Sky Blue #13BCF3

RGB

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

 GREEN value IS 188 (73.83% from 255) = 41.78%

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

R = 4.22%
G = 41.78%
B = 54%

CMYK

 C value IS 0.92

 M value IS 0.23

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#13BCF3 (or 0x13BCF3) is known color: Deep Sky Blue. HEX triplet: 13, BC and F3. RGB value is (19,188,243). Sum of RGB (Red+Green+Blue) = 19+188+243=450 (59% of max value = 765). Red value is 19 (7.81% from 255 or 4.22% from 450); Green value is 188 (73.83% from 255 or 41.78% from 450); Blue value is 243 (95.31% from 255 or 54% from 450); Max value from RGB is 243 - color contains mainly: blue. Hex color #13BCF3 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #13BCF3 is #EC430C. Grayscale: #8F8F8F. Windows color (decimal): -15483661 or 15973395. OLE color: 15973395.

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

Color convert

RGB 19 188 243 -
CMYK 0.92 0.23 0 0.05
HSL 194.73º 0.9% 0.51% -
HSV(B) 194.73º 0.92% 0.95% -
XYZ 34.43 42.58 91.2 -
YUV 143.74 184.01 39.03 -
System Red Green Blue C M Y K H S L
Decimal 19 188 243 0.92 0.23 0 0.05 194.73 0.9 0.51
Hex 13 BC F3 5C 17 0 5 C3 5A 33
Octal 23 274 363 134 27 0 5 303 132 63
Binary 10011 10111100 11110011 1011100 10111 0 101 11000011 1011010 110011

Color Harmonies of #13BCF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13BCF3

Black with #13BCF3

Text Example


Text Example

White with #13BCF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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