Html Css Color HEX #19BCEC Deep Sky Blue

📋 copy color: '#19BCEC'

red 25 ◦ green 188 ◦ blue 236

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

Shades of Deep Sky Blue #19BCEC

Tints of Deep Sky Blue #19BCEC

RGB

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

 GREEN value IS 188 (73.83% from 255) = 41.87%

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

R = 5.57%
G = 41.87%
B = 52.56%

CMYK

 C value IS 0.89

 M value IS 0.20

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#19BCEC (or 0x19BCEC) is known color: Deep Sky Blue. HEX triplet: 19, BC and EC. RGB value is (25,188,236). Sum of RGB (Red+Green+Blue) = 25+188+236=449 (59% of max value = 765). Red value is 25 (10.16% from 255 or 5.57% from 449); Green value is 188 (73.83% from 255 or 41.87% from 449); Blue value is 236 (92.58% from 255 or 52.56% from 449); Max value from RGB is 236 - color contains mainly: blue. Hex color #19BCEC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #19BCEC is #E64313. Grayscale: #909090. Windows color (decimal): -15090452 or 15514649. OLE color: 15514649.

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

Color convert

RGB 25 188 236 -
CMYK 0.89 0.20 0 0.07
HSL 193.65º 0.85% 0.51% -
HSV(B) 193.65º 0.89% 0.93% -
XYZ 33.52 42.23 85.74 -
YUV 144.74 179.5 42.6 -
System Red Green Blue C M Y K H S L
Decimal 25 188 236 0.89 0.20 0 0.07 193.65 0.85 0.51
Hex 19 BC EC 59 14 0 7 C2 55 33
Octal 31 274 354 131 24 0 7 302 125 63
Binary 11001 10111100 11101100 1011001 10100 0 111 11000010 1010101 110011

Color Harmonies of #19BCEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19BCEC

Black with #19BCEC

Text Example


Text Example

White with #19BCEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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