Html Css Color HEX #19B6EC Deep Sky Blue

📋 copy color: '#19B6EC'

red 25 ◦ green 182 ◦ blue 236

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

Shades of Deep Sky Blue #19B6EC

Tints of Deep Sky Blue #19B6EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 53.27%

R = 5.64%
G = 41.08%
B = 53.27%

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

#19B6EC (or 0x19B6EC) is known color: Deep Sky Blue. HEX triplet: 19, B6 and EC. RGB value is (25,182,236). Sum of RGB (Red+Green+Blue) = 25+182+236=443 (58% of max value = 765). Red value is 25 (10.16% from 255 or 5.64% from 443); Green value is 182 (71.48% from 255 or 41.08% from 443); Blue value is 236 (92.58% from 255 or 53.27% from 443); Max value from RGB is 236 - color contains mainly: blue. Hex color #19B6EC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #19B6EC is #E64913. Grayscale: #8C8C8C. Windows color (decimal): -15091988 or 15513113. OLE color: 15513113.

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

Color convert

RGB 25 182 236 -
CMYK 0.89 0.23 0 0.07
HSL 195.36º 0.85% 0.51% -
HSV(B) 195.36º 0.89% 0.93% -
XYZ 32.27 39.72 85.32 -
YUV 141.21 181.49 45.11 -
System Red Green Blue C M Y K H S L
Decimal 25 182 236 0.89 0.23 0 0.07 195.36 0.85 0.51
Hex 19 B6 EC 59 17 0 7 C3 55 33
Octal 31 266 354 131 27 0 7 303 125 63
Binary 11001 10110110 11101100 1011001 10111 0 111 11000011 1010101 110011

Color Harmonies of #19B6EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19B6EC

Black with #19B6EC

Text Example


Text Example

White with #19B6EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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