Html Css Color HEX #19C0FC Deep Sky Blue

📋 copy color: '#19C0FC'

red 25 ◦ green 192 ◦ blue 252

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

Shades of Deep Sky Blue #19C0FC

Tints of Deep Sky Blue #19C0FC

RGB

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

 GREEN value IS 192 (75.39% from 255) = 40.94%

 BLUE value IS 252 (98.83% from 255) = 53.73%

R = 5.33%
G = 40.94%
B = 53.73%

CMYK

 C value IS 0.90

 M value IS 0.24

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#19C0FC (or 0x19C0FC) is known color: Deep Sky Blue. HEX triplet: 19, C0 and FC. RGB value is (25,192,252). Sum of RGB (Red+Green+Blue) = 25+192+252=469 (62% of max value = 765). Red value is 25 (10.16% from 255 or 5.33% from 469); Green value is 192 (75.39% from 255 or 40.94% from 469); Blue value is 252 (98.83% from 255 or 53.73% from 469); Max value from RGB is 252 - color contains mainly: blue. Hex color #19C0FC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #19C0FC is #E63F03. Grayscale: #949494. Windows color (decimal): -15089412 or 16564249. OLE color: 16564249.

HSL color Cylindrical-coordinate representation of color #19C0FC: hue angle of 195.86º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19C0FC is Cyan = 0.90, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 25 192 252 -
CMYK 0.90 0.24 0 0.01
HSL 195.86º 0.97% 0.54% -
HSV(B) 195.86º 0.9% 0.99% -
XYZ 36.82 44.93 98.83 -
YUV 148.91 186.17 39.62 -
System Red Green Blue C M Y K H S L
Decimal 25 192 252 0.90 0.24 0 0.01 195.86 0.97 0.54
Hex 19 C0 FC 5A 18 0 1 C4 61 36
Octal 31 300 374 132 30 0 1 304 141 66
Binary 11001 11000000 11111100 1011010 11000 0 1 11000100 1100001 110110

Color Harmonies of #19C0FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19C0FC

Black with #19C0FC

Text Example


Text Example

White with #19C0FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,192,252); }

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

background-color css

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

 a { background-color: rgb(25,192,252); }

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

border-color css

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

 span { border-color: rgb(25,192,252); }

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