#0998C4

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

Shades of Pacific Blue #0998C4

Tints of Pacific Blue #0998C4

Color information

#0998C4 (or 0x0998C4) is unknown color: approx Pacific Blue. HEX triplet: 09, 98 and C4. RGB value is (9,152,196). Sum of RGB (Red+Green+Blue) = 9+152+196=357 (47% of max value = 765). Red value is 9 (3.91% from 255 or 2.52% from 357); Green value is 152 (59.77% from 255 or 42.58% from 357); Blue value is 196 (76.95% from 255 or 54.90% from 357); Max value from RGB is 196 - color contains mainly: blue. Hex color #0998C4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0998C4 is #F6673B. Grayscale: #717171. Windows color (decimal): -16148284 or 12883977. OLE color: 12883977.

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

Color convert

RGB9152196-
CMYK0.950.2200.23
HSL194.12º91.22%40.2%-
HSV(B)194.12º95.41%76.86%-
XYZ21.326.556.22-
YUV114.26174.1252.92-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 2.52%
GREEN value IS 152 (59.77% from 255) = 42.58%
BLUE value IS 196 (76.95% from 255) = 54.90%
R=2.52%
G=42.58%
B=54.90%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal91521960.950.2200.23194.1291.2240.2
Hex998C45F16017c25b28
Octal112303041372602730213350
Binary10011001100011000100101111110110010111110000101011011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0998C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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