Html Css Color HEX #19BAEB Deep Sky Blue

📋 copy color: '#19BAEB'

red 25 ◦ green 186 ◦ blue 235

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

Shades of Deep Sky Blue #19BAEB

Tints of Deep Sky Blue #19BAEB

RGB

 RED value IS 25 (10.16% from 255) = 5.61%

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

 BLUE value IS 235 (92.19% from 255) = 52.69%

R = 5.61%
G = 41.7%
B = 52.69%

CMYK

 C value IS 0.89

 M value IS 0.21

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#19BAEB (or 0x19BAEB) is known color: Deep Sky Blue. HEX triplet: 19, BA and EB. RGB value is (25,186,235). Sum of RGB (Red+Green+Blue) = 25+186+235=446 (59% of max value = 765). Red value is 25 (10.16% from 255 or 5.61% from 446); Green value is 186 (73.05% from 255 or 41.70% from 446); Blue value is 235 (92.19% from 255 or 52.69% from 446); Max value from RGB is 235 - color contains mainly: blue. Hex color #19BAEB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #19BAEB is #E64514. Grayscale: #8F8F8F. Windows color (decimal): -15090965 or 15448601. OLE color: 15448601.

HSL color Cylindrical-coordinate representation of color #19BAEB: hue angle of 194º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #19BAEB is Cyan = 0.89, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 25 186 235 -
CMYK 0.89 0.21 0 0.08
HSL 194º 0.84% 0.51% -
HSV(B) 194º 0.89% 0.92% -
XYZ 32.96 41.32 84.84 -
YUV 143.45 179.66 43.52 -
System Red Green Blue C M Y K H S L
Decimal 25 186 235 0.89 0.21 0 0.08 194 0.84 0.51
Hex 19 BA EB 59 15 0 8 C2 54 33
Octal 31 272 353 131 25 0 10 302 124 63
Binary 11001 10111010 11101011 1011001 10101 0 1000 11000010 1010100 110011

Color Harmonies of #19BAEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19BAEB

Black with #19BAEB

Text Example


Text Example

White with #19BAEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #19BAEB; }

 p { color: rgb(25,186,235); }

 H1.HeaderClassName
 {
   color: #19BAEB;
 }
 .AnyTagClassName
 {
   color: #19BAEB;
 }
</style>

background-color css

<style>
 a { background-color: #19BAEB; }

 a { background-color: rgb(25,186,235); }

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

border-color css

<style>
 span { border-color: #19BAEB; }

 span { border-color: rgb(25,186,235); }

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