#0088CC

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

Shades of Pacific Blue #0088CC

Tints of Pacific Blue #0088CC

Color information

#0088CC (or 0x0088CC) is unknown color: approx Pacific Blue. HEX triplet: 00, 88 and CC. RGB value is (0,136,204). Sum of RGB (Red+Green+Blue) = 0+136+204=340 (45% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 340); Green value is 136 (53.52% from 255 or 40% from 340); Blue value is 204 (80.08% from 255 or 60% from 340); Max value from RGB is 204 - color contains mainly: blue. Hex color #0088CC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0088CC is #FF7733. Grayscale: #666666. Windows color (decimal): -16742196 or 13404160. OLE color: 13404160.

HSL color Cylindrical-coordinate representation of color #0088CC: hue angle of 200º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0088CC is Cyan = 1, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB0136204-
CMYK10.3300.2
HSL200º100%40%-
HSV(B)200º100%80%-
XYZ19.721.9760.33-
YUV103.09184.9454.47-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 136 (53.52% from 255) = 40%
BLUE value IS 204 (80.08% from 255) = 60%
R=0%
G=40%
B=60%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal013620410.3300.220010040
Hex088CC6421014c86428
Octal02103141444102431014450
Binary010001000110011001100100100001010100110010001100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0088CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0088CC; }

 p { color: rgb(0,136,204); }

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

<style>
 a { background-color: #0088CC; }

 a { background-color: rgb(0,136,204); }

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

<style>
 span { border-color: #0088CC; }

 span { border-color: rgb(0,136,204); }

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