Html Css Color HEX #13BAF3 Deep Sky Blue

📋 copy color: '#13BAF3'

red 19 ◦ green 186 ◦ blue 243

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

Shades of Deep Sky Blue #13BAF3

Tints of Deep Sky Blue #13BAF3

RGB

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

 GREEN value IS 186 (73.05% from 255) = 41.52%

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

R = 4.24%
G = 41.52%
B = 54.24%

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

#13BAF3 (or 0x13BAF3) is known color: Deep Sky Blue. HEX triplet: 13, BA and F3. RGB value is (19,186,243). Sum of RGB (Red+Green+Blue) = 19+186+243=448 (59% of max value = 765). Red value is 19 (7.81% from 255 or 4.24% from 448); Green value is 186 (73.05% from 255 or 41.52% from 448); Blue value is 243 (95.31% from 255 or 54.24% from 448); Max value from RGB is 243 - color contains mainly: blue. Hex color #13BAF3 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #13BAF3 is #EC450C. Grayscale: #8E8E8E. Windows color (decimal): -15484173 or 15972883. OLE color: 15972883.

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

Color convert

RGB 19 186 243 -
CMYK 0.92 0.23 0 0.05
HSL 195.27º 0.9% 0.51% -
HSV(B) 195.27º 0.92% 0.95% -
XYZ 34.01 41.73 91.06 -
YUV 142.57 184.67 39.87 -
System Red Green Blue C M Y K H S L
Decimal 19 186 243 0.92 0.23 0 0.05 195.27 0.9 0.51
Hex 13 BA F3 5C 17 0 5 C3 5A 33
Octal 23 272 363 134 27 0 5 303 132 63
Binary 10011 10111010 11110011 1011100 10111 0 101 11000011 1011010 110011

Color Harmonies of #13BAF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13BAF3

Black with #13BAF3

Text Example


Text Example

White with #13BAF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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