Html Css Color HEX #19BDEB Deep Sky Blue

📋 copy color: '#19BDEB'

red 25 ◦ green 189 ◦ blue 235

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

Shades of Deep Sky Blue #19BDEB

Tints of Deep Sky Blue #19BDEB

RGB

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

 GREEN value IS 189 (74.22% from 255) = 42.09%

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

R = 5.57%
G = 42.09%
B = 52.34%

CMYK

 C value IS 0.89

 M value IS 0.20

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#19BDEB (or 0x19BDEB) is known color: Deep Sky Blue. HEX triplet: 19, BD and EB. RGB value is (25,189,235). Sum of RGB (Red+Green+Blue) = 25+189+235=449 (59% of max value = 765). Red value is 25 (10.16% from 255 or 5.57% from 449); Green value is 189 (74.22% from 255 or 42.09% from 449); Blue value is 235 (92.19% from 255 or 52.34% from 449); Max value from RGB is 235 - color contains mainly: blue. Hex color #19BDEB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #19BDEB is #E64214. Grayscale: #909090. Windows color (decimal): -15090197 or 15449369. OLE color: 15449369.

HSL color Cylindrical-coordinate representation of color #19BDEB: hue angle of 193.14º 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 #19BDEB is Cyan = 0.89, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 25 189 235 -
CMYK 0.89 0.20 0 0.08
HSL 193.14º 0.84% 0.51% -
HSV(B) 193.14º 0.89% 0.92% -
XYZ 33.59 42.6 85.05 -
YUV 145.21 178.67 42.26 -
System Red Green Blue C M Y K H S L
Decimal 25 189 235 0.89 0.20 0 0.08 193.14 0.84 0.51
Hex 19 BD EB 59 14 0 8 C1 54 33
Octal 31 275 353 131 24 0 10 301 124 63
Binary 11001 10111101 11101011 1011001 10100 0 1000 11000001 1010100 110011

Color Harmonies of #19BDEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19BDEB

Black with #19BDEB

Text Example


Text Example

White with #19BDEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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