Html Css Color HEX #19C5FE Deep Sky Blue

📋 copy color: '#19C5FE'

red 25 ◦ green 197 ◦ blue 254

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

Shades of Deep Sky Blue #19C5FE

Tints of Deep Sky Blue #19C5FE

RGB

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

 GREEN value IS 197 (77.34% from 255) = 41.39%

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

R = 5.25%
G = 41.39%
B = 53.36%

CMYK

 C value IS 0.90

 M value IS 0.22

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#19C5FE (or 0x19C5FE) is known color: Deep Sky Blue. HEX triplet: 19, C5 and FE. RGB value is (25,197,254). Sum of RGB (Red+Green+Blue) = 25+197+254=476 (63% of max value = 765). Red value is 25 (10.16% from 255 or 5.25% from 476); Green value is 197 (77.34% from 255 or 41.39% from 476); Blue value is 254 (99.61% from 255 or 53.36% from 476); Max value from RGB is 254 - color contains mainly: blue. Hex color #19C5FE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #19C5FE is #E63A01. Grayscale: #979797. Windows color (decimal): -15088130 or 16696601. OLE color: 16696601.

HSL color Cylindrical-coordinate representation of color #19C5FE: hue angle of 194.93º 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 #19C5FE is Cyan = 0.90, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 25 197 254 -
CMYK 0.90 0.22 0 0.00
HSL 194.93º 0.99% 0.55% -
HSV(B) 194.93º 0.9% 1% -
XYZ 38.26 47.29 100.88 -
YUV 152.07 185.52 37.37 -
System Red Green Blue C M Y K H S L
Decimal 25 197 254 0.90 0.22 0 0.00 194.93 0.99 0.55
Hex 19 C5 FE 5A 16 0 0 C3 63 37
Octal 31 305 376 132 26 0 0 303 143 67
Binary 11001 11000101 11111110 1011010 10110 0 0 11000011 1100011 110111

Color Harmonies of #19C5FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19C5FE

Black with #19C5FE

Text Example


Text Example

White with #19C5FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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