#008BDE

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

Shades of Pacific Blue #008BDE

Tints of Pacific Blue #008BDE

Color information

#008BDE (or 0x008BDE) is unknown color: approx Pacific Blue. HEX triplet: 00, 8B and DE. RGB value is (0,139,222). Sum of RGB (Red+Green+Blue) = 0+139+222=361 (47% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 361); Green value is 139 (54.69% from 255 or 38.50% from 361); Blue value is 222 (87.11% from 255 or 61.50% from 361); Max value from RGB is 222 - color contains mainly: blue. Hex color #008BDE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #008BDE is #FF7421. Grayscale: #6A6A6A. Windows color (decimal): -16741410 or 14584576. OLE color: 14584576.

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

Color convert

RGB0139222-
CMYK10.3700.13
HSL202.43º100%43.53%-
HSV(B)202.43º100%87.06%-
XYZ22.4223.7472.51-
YUV106.9192.9551.75-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 139 (54.69% from 255) = 38.50%
BLUE value IS 222 (87.11% from 255) = 61.50%
R=0%
G=38.50%
B=61.50%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal013922210.3700.13202.4310043.53
Hex08BDE64250Dca642c
Octal02133361444501531214454
Binary01000101111011110110010010010101101110010101100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #008BDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,139,222); }

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

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

 a { background-color: rgb(0,139,222); }

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

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

 span { border-color: rgb(0,139,222); }

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