Html Css Color HEX #19A1CB Pacific Blue

📋 copy color: '#19A1CB'

red 25 ◦ green 161 ◦ blue 203

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

Shades of Pacific Blue #19A1CB

Tints of Pacific Blue #19A1CB

RGB

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

 GREEN value IS 161 (63.28% from 255) = 41.39%

 BLUE value IS 203 (79.69% from 255) = 52.19%

R = 6.43%
G = 41.39%
B = 52.19%

CMYK

 C value IS 0.88

 M value IS 0.21

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#19A1CB (or 0x19A1CB) is known color: Pacific Blue. HEX triplet: 19, A1 and CB. RGB value is (25,161,203). Sum of RGB (Red+Green+Blue) = 25+161+203=389 (51% of max value = 765). Red value is 25 (10.16% from 255 or 6.43% from 389); Green value is 161 (63.28% from 255 or 41.39% from 389); Blue value is 203 (79.69% from 255 or 52.19% from 389); Max value from RGB is 203 - color contains mainly: blue. Hex color #19A1CB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #19A1CB is #E65E34. Grayscale: #7C7C7C. Windows color (decimal): -15097397 or 13345049. OLE color: 13345049.

HSL color Cylindrical-coordinate representation of color #19A1CB: hue angle of 194.16º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #19A1CB is Cyan = 0.88, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 25 161 203 -
CMYK 0.88 0.21 0 0.20
HSL 194.16º 0.78% 0.45% -
HSV(B) 194.16º 0.88% 0.8% -
XYZ 23.93 30.01 61.03 -
YUV 125.12 171.94 56.58 -
System Red Green Blue C M Y K H S L
Decimal 25 161 203 0.88 0.21 0 0.20 194.16 0.78 0.45
Hex 19 A1 CB 58 15 0 14 C2 4E 2D
Octal 31 241 313 130 25 0 24 302 116 55
Binary 11001 10100001 11001011 1011000 10101 0 10100 11000010 1001110 101101

Color Harmonies of #19A1CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19A1CB

Black with #19A1CB

Text Example


Text Example

White with #19A1CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,161,203); }

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

background-color css

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

 a { background-color: rgb(25,161,203); }

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

border-color css

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

 span { border-color: rgb(25,161,203); }

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