#0098CF

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

Shades of Pacific Blue #0098CF

Tints of Pacific Blue #0098CF

Color information

#0098CF (or 0x0098CF) is unknown color: approx Pacific Blue. HEX triplet: 00, 98 and CF. RGB value is (0,152,207). Sum of RGB (Red+Green+Blue) = 0+152+207=359 (47% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 359); Green value is 152 (59.77% from 255 or 42.34% from 359); Blue value is 207 (81.25% from 255 or 57.66% from 359); Max value from RGB is 207 - color contains mainly: blue. Hex color #0098CF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0098CF is #FF6730. Grayscale: #707070. Windows color (decimal): -16738097 or 13604864. OLE color: 13604864.

HSL color Cylindrical-coordinate representation of color #0098CF: hue angle of 195.94º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0098CF is Cyan = 1, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB0152207-
CMYK10.2700.19
HSL195.94º100%40.59%-
HSV(B)195.94º100%81.18%-
XYZ22.4926.9663.05-
YUV112.82181.1447.53-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 152 (59.77% from 255) = 42.34%
BLUE value IS 207 (81.25% from 255) = 57.66%
R=0%
G=42.34%
B=57.66%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal015220710.2700.19195.9410040.59
Hex098CF641B013c46429
Octal02303171443302330414451
Binary01001100011001111110010011011010011110001001100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0098CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0098CF; }

 p { color: rgb(0,152,207); }

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

<style>
 a { background-color: #0098CF; }

 a { background-color: rgb(0,152,207); }

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

<style>
 span { border-color: #0098CF; }

 span { border-color: rgb(0,152,207); }

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