#008DCB

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

Shades of Pacific Blue #008DCB

Tints of Pacific Blue #008DCB

Color information

#008DCB (or 0x008DCB) is unknown color: approx Pacific Blue. HEX triplet: 00, 8D and CB. RGB value is (0,141,203). Sum of RGB (Red+Green+Blue) = 0+141+203=344 (45% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 344); Green value is 141 (55.47% from 255 or 40.99% from 344); Blue value is 203 (79.69% from 255 or 59.01% from 344); Max value from RGB is 203 - color contains mainly: blue. Hex color #008DCB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #008DCB is #FF7234. Grayscale: #696969. Windows color (decimal): -16740917 or 13339904. OLE color: 13339904.

HSL color Cylindrical-coordinate representation of color #008DCB: hue angle of 198.33º 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 #008DCB is Cyan = 1, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB0141203-
CMYK10.3100.20
HSL198.33º100%39.8%-
HSV(B)198.33º100%79.61%-
XYZ20.323.3659.94-
YUV105.91182.7952.46-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 141 (55.47% from 255) = 40.99%
BLUE value IS 203 (79.69% from 255) = 59.01%
R=0%
G=40.99%
B=59.01%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal014120310.3100.20198.3310039.8
Hex08DCB641F014c66428
Octal02153131443702430614450
Binary01000110111001011110010011111010100110001101100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #008DCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #008DCB; }

 p { color: rgb(0,141,203); }

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

<style>
 a { background-color: #008DCB; }

 a { background-color: rgb(0,141,203); }

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

<style>
 span { border-color: #008DCB; }

 span { border-color: rgb(0,141,203); }

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