Html Css Color HEX #19B6ED Deep Sky Blue

📋 copy color: '#19B6ED'

red 25 ◦ green 182 ◦ blue 237

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

Shades of Deep Sky Blue #19B6ED

Tints of Deep Sky Blue #19B6ED

RGB

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

 GREEN value IS 182 (71.48% from 255) = 40.99%

 BLUE value IS 237 (92.97% from 255) = 53.38%

R = 5.63%
G = 40.99%
B = 53.38%

CMYK

 C value IS 0.89

 M value IS 0.23

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#19B6ED (or 0x19B6ED) is known color: Deep Sky Blue. HEX triplet: 19, B6 and ED. RGB value is (25,182,237). Sum of RGB (Red+Green+Blue) = 25+182+237=444 (58% of max value = 765). Red value is 25 (10.16% from 255 or 5.63% from 444); Green value is 182 (71.48% from 255 or 40.99% from 444); Blue value is 237 (92.97% from 255 or 53.38% from 444); Max value from RGB is 237 - color contains mainly: blue. Hex color #19B6ED is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #19B6ED is #E64912. Grayscale: #8C8C8C. Windows color (decimal): -15091987 or 15578649. OLE color: 15578649.

HSL color Cylindrical-coordinate representation of color #19B6ED: hue angle of 195.57º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #19B6ED is Cyan = 0.89, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 25 182 237 -
CMYK 0.89 0.23 0 0.07
HSL 195.57º 0.85% 0.51% -
HSV(B) 195.57º 0.89% 0.93% -
XYZ 32.41 39.78 86.09 -
YUV 141.33 181.99 45.03 -
System Red Green Blue C M Y K H S L
Decimal 25 182 237 0.89 0.23 0 0.07 195.57 0.85 0.51
Hex 19 B6 ED 59 17 0 7 C4 55 33
Octal 31 266 355 131 27 0 7 304 125 63
Binary 11001 10110110 11101101 1011001 10111 0 111 11000100 1010101 110011

Color Harmonies of #19B6ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19B6ED

Black with #19B6ED

Text Example


Text Example

White with #19B6ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,182,237); }

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

background-color css

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

 a { background-color: rgb(25,182,237); }

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

border-color css

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

 span { border-color: rgb(25,182,237); }

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