Html Css Color HEX #13BAEE Deep Sky Blue

📋 copy color: '#13BAEE'

red 19 ◦ green 186 ◦ blue 238

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

Shades of Deep Sky Blue #13BAEE

Tints of Deep Sky Blue #13BAEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 53.72%

R = 4.29%
G = 41.99%
B = 53.72%

CMYK

 C value IS 0.92

 M value IS 0.22

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#13BAEE (or 0x13BAEE) is known color: Deep Sky Blue. HEX triplet: 13, BA and EE. RGB value is (19,186,238). Sum of RGB (Red+Green+Blue) = 19+186+238=443 (58% of max value = 765). Red value is 19 (7.81% from 255 or 4.29% from 443); Green value is 186 (73.05% from 255 or 41.99% from 443); Blue value is 238 (93.36% from 255 or 53.72% from 443); Max value from RGB is 238 - color contains mainly: blue. Hex color #13BAEE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #13BAEE is #EC4511. Grayscale: #8D8D8D. Windows color (decimal): -15484178 or 15645203. OLE color: 15645203.

HSL color Cylindrical-coordinate representation of color #13BAEE: hue angle of 194.25º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13BAEE is Cyan = 0.92, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 19 186 238 -
CMYK 0.92 0.22 0 0.07
HSL 194.25º 0.87% 0.5% -
HSV(B) 194.25º 0.92% 0.93% -
XYZ 33.26 41.43 87.13 -
YUV 142 182.17 40.27 -
System Red Green Blue C M Y K H S L
Decimal 19 186 238 0.92 0.22 0 0.07 194.25 0.87 0.5
Hex 13 BA EE 5C 16 0 7 C2 57 32
Octal 23 272 356 134 26 0 7 302 127 62
Binary 10011 10111010 11101110 1011100 10110 0 111 11000010 1010111 110010

Color Harmonies of #13BAEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13BAEE

Black with #13BAEE

Text Example


Text Example

White with #13BAEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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