Html Css Color HEX #19A0C7 Pacific Blue

📋 copy color: '#19A0C7'

red 25 ◦ green 160 ◦ blue 199

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

Shades of Pacific Blue #19A0C7

Tints of Pacific Blue #19A0C7

RGB

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

 GREEN value IS 160 (62.89% from 255) = 41.67%

 BLUE value IS 199 (78.13% from 255) = 51.82%

R = 6.51%
G = 41.67%
B = 51.82%

CMYK

 C value IS 0.87

 M value IS 0.20

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#19A0C7 (or 0x19A0C7) is known color: Pacific Blue. HEX triplet: 19, A0 and C7. RGB value is (25,160,199). Sum of RGB (Red+Green+Blue) = 25+160+199=384 (50% of max value = 765). Red value is 25 (10.16% from 255 or 6.51% from 384); Green value is 160 (62.89% from 255 or 41.67% from 384); Blue value is 199 (78.12% from 255 or 51.82% from 384); Max value from RGB is 199 - color contains mainly: blue. Hex color #19A0C7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #19A0C7 is #E65F38. Grayscale: #7B7B7B. Windows color (decimal): -15097657 or 13082649. OLE color: 13082649.

HSL color Cylindrical-coordinate representation of color #19A0C7: hue angle of 193.45º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #19A0C7 is Cyan = 0.87, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 25 160 199 -
CMYK 0.87 0.20 0 0.22
HSL 193.45º 0.78% 0.44% -
HSV(B) 193.45º 0.87% 0.78% -
XYZ 23.28 29.47 58.49 -
YUV 124.08 170.27 57.33 -
System Red Green Blue C M Y K H S L
Decimal 25 160 199 0.87 0.20 0 0.22 193.45 0.78 0.44
Hex 19 A0 C7 57 14 0 16 C1 4E 2C
Octal 31 240 307 127 24 0 26 301 116 54
Binary 11001 10100000 11000111 1010111 10100 0 10110 11000001 1001110 101100

Color Harmonies of #19A0C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19A0C7

Black with #19A0C7

Text Example


Text Example

White with #19A0C7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,160,199); }

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

background-color css

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

 a { background-color: rgb(25,160,199); }

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

border-color css

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

 span { border-color: rgb(25,160,199); }

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