#1C9ACF

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

Shades of Pacific Blue #1C9ACF

Tints of Pacific Blue #1C9ACF

Color information

#1C9ACF (or 0x1C9ACF) is unknown color: approx Pacific Blue. HEX triplet: 1C, 9A and CF. RGB value is (28,154,207). Sum of RGB (Red+Green+Blue) = 28+154+207=389 (51% of max value = 765). Red value is 28 (11.33% from 255 or 7.20% from 389); Green value is 154 (60.55% from 255 or 39.59% from 389); Blue value is 207 (81.25% from 255 or 53.21% from 389); Max value from RGB is 207 - color contains mainly: blue. Hex color #1C9ACF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1C9ACF is #E36530. Grayscale: #7A7A7A. Windows color (decimal): -14902577 or 13605404. OLE color: 13605404.

HSL color Cylindrical-coordinate representation of color #1C9ACF: hue angle of 197.77º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1C9ACF is Cyan = 0.86, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB28154207-
CMYK0.860.2600.19
HSL197.77º76.17%46.08%-
HSV(B)197.77º86.47%81.18%-
XYZ23.327.8663.18-
YUV122.37175.7660.69-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 7.20%
GREEN value IS 154 (60.55% from 255) = 39.59%
BLUE value IS 207 (81.25% from 255) = 53.21%
R=7.20%
G=39.59%
B=53.21%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal281542070.860.2600.19197.7776.1746.08
Hex1C9ACF561A013c64c2e
Octal342323171263202330611456
Binary111001001101011001111101011011010010011110001101001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C9ACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1C9ACF; }

 p { color: rgb(28,154,207); }

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

<style>
 a { background-color: #1C9ACF; }

 a { background-color: rgb(28,154,207); }

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

<style>
 span { border-color: #1C9ACF; }

 span { border-color: rgb(28,154,207); }

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