Html Css Color HEX #19A2CB Pacific Blue

📋 copy color: '#19A2CB'

red 25 ◦ green 162 ◦ blue 203

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

Shades of Pacific Blue #19A2CB

Tints of Pacific Blue #19A2CB

RGB

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

 GREEN value IS 162 (63.67% from 255) = 41.54%

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

R = 6.41%
G = 41.54%
B = 52.05%

CMYK

 C value IS 0.88

 M value IS 0.20

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#19A2CB (or 0x19A2CB) is known color: Pacific Blue. HEX triplet: 19, A2 and CB. RGB value is (25,162,203). Sum of RGB (Red+Green+Blue) = 25+162+203=390 (51% of max value = 765). Red value is 25 (10.16% from 255 or 6.41% from 390); Green value is 162 (63.67% from 255 or 41.54% from 390); Blue value is 203 (79.69% from 255 or 52.05% from 390); Max value from RGB is 203 - color contains mainly: blue. Hex color #19A2CB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #19A2CB is #E65D34. Grayscale: #7D7D7D. Windows color (decimal): -15097141 or 13345305. OLE color: 13345305.

HSL color Cylindrical-coordinate representation of color #19A2CB: hue angle of 193.82º 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 #19A2CB is Cyan = 0.88, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 25 162 203 -
CMYK 0.88 0.20 0 0.20
HSL 193.82º 0.78% 0.45% -
HSV(B) 193.82º 0.88% 0.8% -
XYZ 24.1 30.36 61.09 -
YUV 125.71 171.61 56.17 -
System Red Green Blue C M Y K H S L
Decimal 25 162 203 0.88 0.20 0 0.20 193.82 0.78 0.45
Hex 19 A2 CB 58 14 0 14 C2 4E 2D
Octal 31 242 313 130 24 0 24 302 116 55
Binary 11001 10100010 11001011 1011000 10100 0 10100 11000010 1001110 101101

Color Harmonies of #19A2CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19A2CB

Black with #19A2CB

Text Example


Text Example

White with #19A2CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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