#0991C4

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

Shades of Pacific Blue #0991C4

Tints of Pacific Blue #0991C4

Color information

#0991C4 (or 0x0991C4) is unknown color: approx Pacific Blue. HEX triplet: 09, 91 and C4. RGB value is (9,145,196). Sum of RGB (Red+Green+Blue) = 9+145+196=350 (46% of max value = 765). Red value is 9 (3.91% from 255 or 2.57% from 350); Green value is 145 (57.03% from 255 or 41.43% from 350); Blue value is 196 (76.95% from 255 or 56% from 350); Max value from RGB is 196 - color contains mainly: blue. Hex color #0991C4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0991C4 is #F66E3B. Grayscale: #6D6D6D. Windows color (decimal): -16150076 or 12882185. OLE color: 12882185.

HSL color Cylindrical-coordinate representation of color #0991C4: hue angle of 196.36º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0991C4 is Cyan = 0.95, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB9145196-
CMYK0.950.2600.23
HSL196.36º91.22%40.2%-
HSV(B)196.36º95.41%76.86%-
XYZ20.224.2955.85-
YUV110.15176.4455.85-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 2.57%
GREEN value IS 145 (57.03% from 255) = 41.43%
BLUE value IS 196 (76.95% from 255) = 56%
R=2.57%
G=41.43%
B=56%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal91451960.950.2600.23196.3691.2240.2
Hex991C45F1A017c45b28
Octal112213041373202730413350
Binary10011001000111000100101111111010010111110001001011011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0991C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0991C4; }

 p { color: rgb(9,145,196); }

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

<style>
 a { background-color: #0991C4; }

 a { background-color: rgb(9,145,196); }

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

<style>
 span { border-color: #0991C4; }

 span { border-color: rgb(9,145,196); }

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