Html Css Color HEX #13BAFF Deep Sky Blue

📋 copy color: '#13BAFF'

red 19 ◦ green 186 ◦ blue 255

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

Shades of Deep Sky Blue #13BAFF

Tints of Deep Sky Blue #13BAFF

RGB

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

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

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

R = 4.13%
G = 40.43%
B = 55.43%

CMYK

 C value IS 0.93

 M value IS 0.27

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#13BAFF (or 0x13BAFF) is known color: Deep Sky Blue. HEX triplet: 13, BA and FF. RGB value is (19,186,255). Sum of RGB (Red+Green+Blue) = 19+186+255=460 (60% of max value = 765). Red value is 19 (7.81% from 255 or 4.13% from 460); Green value is 186 (73.05% from 255 or 40.43% from 460); Blue value is 255 (100% from 255 or 55.43% from 460); Max value from RGB is 255 - color contains mainly: blue. Hex color #13BAFF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #13BAFF is #EC4500. Grayscale: #8F8F8F. Windows color (decimal): -15484161 or 16759315. OLE color: 16759315.

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

Color convert

RGB 19 186 255 -
CMYK 0.93 0.27 0 0
HSL 197.54º 1% 0.54% -
HSV(B) 197.54º 0.93% 1% -
XYZ 35.88 42.48 100.92 -
YUV 143.93 190.67 38.89 -
System Red Green Blue C M Y K H S L
Decimal 19 186 255 0.93 0.27 0 0 197.54 1 0.54
Hex 13 BA FF 5D 1B 0 0 C6 64 36
Octal 23 272 377 135 33 0 0 306 144 66
Binary 10011 10111010 11111111 1011101 11011 0 0 11000110 1100100 110110

Color Harmonies of #13BAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13BAFF

Black with #13BAFF

Text Example


Text Example

White with #13BAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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