#17A1CA

Color #17A1CA Pacific Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pacific Blue #17A1CA

Tints of Pacific Blue #17A1CA

Color information

#17A1CA (or 0x17A1CA) is unknown color: approx Pacific Blue. HEX triplet: 17, A1 and CA. RGB value is (23,161,202). Sum of RGB (Red+Green+Blue) = 23+161+202=386 (51% of max value = 765). Red value is 23 (9.38% from 255 or 5.96% from 386); Green value is 161 (63.28% from 255 or 41.71% from 386); Blue value is 202 (79.30% from 255 or 52.33% from 386); Max value from RGB is 202 - color contains mainly: blue. Hex color #17A1CA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #17A1CA is #E85E35. Grayscale: #7C7C7C. Windows color (decimal): -15228470 or 13279511. OLE color: 13279511.

HSL color Cylindrical-coordinate representation of color #17A1CA: hue angle of 193.74º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #17A1CA is Cyan = 0.89, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB23161202-
CMYK0.890.2000.21
HSL193.74º79.56%44.12%-
HSV(B)193.74º88.61%79.22%-
XYZ23.7629.9460.4-
YUV124.41171.7855.67-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 5.96%
GREEN value IS 161 (63.28% from 255) = 41.71%
BLUE value IS 202 (79.30% from 255) = 52.33%
R=5.96%
G=41.71%
B=52.33%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal231612020.890.2000.21193.7479.5644.12
Hex17A1CA5914015c2502c
Octal272413121312402530212054
Binary101111010000111001010101100110100010101110000101010000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17A1CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #17A1CA; }

 p { color: rgb(23,161,202); }

 H1.HeaderClassName
 {
   color: #17A1CA;
 }
 .AnyTagClassName
 {
   color: #17A1CA;
 }
</style>
background-color css

<style>
 a { background-color: #17A1CA; }

 a { background-color: rgb(23,161,202); }

 div.DivClassName
 {
   background-color: #17A1CA;
 }
 .BgClassName
 {
   background-color: #17A1CA;
 }
</style>
border-color css

<style>
 span { border-color: #17A1CA; }

 span { border-color: rgb(23,161,202); }

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