Html Css Color HEX #19BCFE Deep Sky Blue

📋 copy color: '#19BCFE'

red 25 ◦ green 188 ◦ blue 254

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

Shades of Deep Sky Blue #19BCFE

Tints of Deep Sky Blue #19BCFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 54.39%

R = 5.35%
G = 40.26%
B = 54.39%

CMYK

 C value IS 0.90

 M value IS 0.26

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#19BCFE (or 0x19BCFE) is known color: Deep Sky Blue. HEX triplet: 19, BC and FE. RGB value is (25,188,254). Sum of RGB (Red+Green+Blue) = 25+188+254=467 (61% of max value = 765). Red value is 25 (10.16% from 255 or 5.35% from 467); Green value is 188 (73.83% from 255 or 40.26% from 467); Blue value is 254 (99.61% from 255 or 54.39% from 467); Max value from RGB is 254 - color contains mainly: blue. Hex color #19BCFE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #19BCFE is #E64301. Grayscale: #929292. Windows color (decimal): -15090434 or 16694297. OLE color: 16694297.

HSL color Cylindrical-coordinate representation of color #19BCFE: hue angle of 197.29º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19BCFE is Cyan = 0.90, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 25 188 254 -
CMYK 0.90 0.26 0 0.00
HSL 197.29º 0.99% 0.55% -
HSV(B) 197.29º 0.9% 1% -
XYZ 36.27 43.33 100.22 -
YUV 146.79 188.5 41.13 -
System Red Green Blue C M Y K H S L
Decimal 25 188 254 0.90 0.26 0 0.00 197.29 0.99 0.55
Hex 19 BC FE 5A 1A 0 0 C5 63 37
Octal 31 274 376 132 32 0 0 305 143 67
Binary 11001 10111100 11111110 1011010 11010 0 0 11000101 1100011 110111

Color Harmonies of #19BCFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19BCFE

Black with #19BCFE

Text Example


Text Example

White with #19BCFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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