#1C97CF

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

Shades of Pacific Blue #1C97CF

Tints of Pacific Blue #1C97CF

Color information

#1C97CF (or 0x1C97CF) is unknown color: approx Pacific Blue. HEX triplet: 1C, 97 and CF. RGB value is (28,151,207). Sum of RGB (Red+Green+Blue) = 28+151+207=386 (51% of max value = 765). Red value is 28 (11.33% from 255 or 7.25% from 386); Green value is 151 (59.38% from 255 or 39.12% from 386); Blue value is 207 (81.25% from 255 or 53.63% from 386); Max value from RGB is 207 - color contains mainly: blue. Hex color #1C97CF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1C97CF is #E36830. Grayscale: #787878. Windows color (decimal): -14903345 or 13604636. OLE color: 13604636.

HSL color Cylindrical-coordinate representation of color #1C97CF: hue angle of 198.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 #1C97CF is Cyan = 0.86, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB28151207-
CMYK0.860.2700.19
HSL198.77º76.17%46.08%-
HSV(B)198.77º86.47%81.18%-
XYZ22.8126.8963.02-
YUV120.61176.7561.95-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 7.25%
GREEN value IS 151 (59.38% from 255) = 39.12%
BLUE value IS 207 (81.25% from 255) = 53.63%
R=7.25%
G=39.12%
B=53.63%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal281512070.860.2700.19198.7776.1746.08
Hex1C97CF561B013c74c2e
Octal342273171263302330711456
Binary111001001011111001111101011011011010011110001111001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C97CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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