#0992C4

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

Shades of Pacific Blue #0992C4

Tints of Pacific Blue #0992C4

Color information

#0992C4 (or 0x0992C4) is unknown color: approx Pacific Blue. HEX triplet: 09, 92 and C4. RGB value is (9,146,196). Sum of RGB (Red+Green+Blue) = 9+146+196=351 (46% of max value = 765). Red value is 9 (3.91% from 255 or 2.56% from 351); Green value is 146 (57.42% from 255 or 41.60% from 351); Blue value is 196 (76.95% from 255 or 55.84% from 351); Max value from RGB is 196 - color contains mainly: blue. Hex color #0992C4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0992C4 is #F66D3B. Grayscale: #6E6E6E. Windows color (decimal): -16149820 or 12882441. OLE color: 12882441.

HSL color Cylindrical-coordinate representation of color #0992C4: hue angle of 196.04º 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 #0992C4 is Cyan = 0.95, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB9146196-
CMYK0.950.2600.23
HSL196.04º91.22%40.2%-
HSV(B)196.04º95.41%76.86%-
XYZ20.3624.655.9-
YUV110.74176.1155.43-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 2.56%
GREEN value IS 146 (57.42% from 255) = 41.60%
BLUE value IS 196 (76.95% from 255) = 55.84%
R=2.56%
G=41.60%
B=55.84%

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
Decimal91461960.950.2600.23196.0491.2240.2
Hex992C45F1A017c45b28
Octal112223041373202730413350
Binary10011001001011000100101111111010010111110001001011011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0992C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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