#0088DD

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

Shades of Pacific Blue #0088DD

Tints of Pacific Blue #0088DD

Color information

#0088DD (or 0x0088DD) is unknown color: approx Pacific Blue. HEX triplet: 00, 88 and DD. RGB value is (0,136,221). Sum of RGB (Red+Green+Blue) = 0+136+221=357 (47% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 357); Green value is 136 (53.52% from 255 or 38.10% from 357); Blue value is 221 (86.72% from 255 or 61.90% from 357); Max value from RGB is 221 - color contains mainly: blue. Hex color #0088DD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0088DD is #FF7722. Grayscale: #686868. Windows color (decimal): -16742179 or 14518272. OLE color: 14518272.

HSL color Cylindrical-coordinate representation of color #0088DD: hue angle of 203.08º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0088DD is Cyan = 1, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB0136221-
CMYK10.3800.13
HSL203.08º100%43.33%-
HSV(B)203.08º100%86.67%-
XYZ21.8622.8371.66-
YUV105.03193.4453.09-

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) = 38.10%
BLUE value IS 221 (86.72% from 255) = 61.90%
R=0%
G=38.10%
B=61.90%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal013622110.3800.13203.0810043.33
Hex088DD64260Dcb642b
Octal02103351444601531314453
Binary01000100011011101110010010011001101110010111100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0088DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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