Html Css Color HEX #19A6CF Pacific Blue

📋 copy color: '#19A6CF'

red 25 ◦ green 166 ◦ blue 207

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

Shades of Pacific Blue #19A6CF

Tints of Pacific Blue #19A6CF

RGB

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

 GREEN value IS 166 (65.23% from 255) = 41.71%

 BLUE value IS 207 (81.25% from 255) = 52.01%

R = 6.28%
G = 41.71%
B = 52.01%

CMYK

 C value IS 0.88

 M value IS 0.20

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#19A6CF (or 0x19A6CF) is known color: Pacific Blue. HEX triplet: 19, A6 and CF. RGB value is (25,166,207). Sum of RGB (Red+Green+Blue) = 25+166+207=398 (52% of max value = 765). Red value is 25 (10.16% from 255 or 6.28% from 398); Green value is 166 (65.23% from 255 or 41.71% from 398); Blue value is 207 (81.25% from 255 or 52.01% from 398); Max value from RGB is 207 - color contains mainly: blue. Hex color #19A6CF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #19A6CF is #E65930. Grayscale: #808080. Windows color (decimal): -15096113 or 13608473. OLE color: 13608473.

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

Color convert

RGB 25 166 207 -
CMYK 0.88 0.20 0 0.19
HSL 193.52º 0.78% 0.45% -
HSV(B) 193.52º 0.88% 0.81% -
XYZ 25.3 31.98 63.87 -
YUV 128.52 172.29 54.17 -
System Red Green Blue C M Y K H S L
Decimal 25 166 207 0.88 0.20 0 0.19 193.52 0.78 0.45
Hex 19 A6 CF 58 14 0 13 C2 4E 2D
Octal 31 246 317 130 24 0 23 302 116 55
Binary 11001 10100110 11001111 1011000 10100 0 10011 11000010 1001110 101101

Color Harmonies of #19A6CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19A6CF

Black with #19A6CF

Text Example


Text Example

White with #19A6CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,166,207); }

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

background-color css

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

 a { background-color: rgb(25,166,207); }

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

border-color css

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

 span { border-color: rgb(25,166,207); }

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