#0588CE

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

Shades of Pacific Blue #0588CE

Tints of Pacific Blue #0588CE

Color information

#0588CE (or 0x0588CE) is unknown color: approx Pacific Blue. HEX triplet: 05, 88 and CE. RGB value is (5,136,206). Sum of RGB (Red+Green+Blue) = 5+136+206=347 (45% of max value = 765). Red value is 5 (2.34% from 255 or 1.44% from 347); Green value is 136 (53.52% from 255 or 39.19% from 347); Blue value is 206 (80.86% from 255 or 59.37% from 347); Max value from RGB is 206 - color contains mainly: blue. Hex color #0588CE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0588CE is #FA7731. Grayscale: #686868. Windows color (decimal): -16414514 or 13535237. OLE color: 13535237.

HSL color Cylindrical-coordinate representation of color #0588CE: hue angle of 200.9º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0588CE is Cyan = 0.98, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB5136206-
CMYK0.980.3400.19
HSL200.9º95.26%41.37%-
HSV(B)200.9º97.57%80.78%-
XYZ20.0122.161.6-
YUV104.81185.156.81-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.44%
GREEN value IS 136 (53.52% from 255) = 39.19%
BLUE value IS 206 (80.86% from 255) = 59.37%
R=1.44%
G=39.19%
B=59.37%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal51362060.980.3400.19200.995.2641.37
Hex588CE6222013c95f29
Octal52103161424202331113751
Binary10110001000110011101100010100010010011110010011011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0588CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0588CE; }

 p { color: rgb(5,136,206); }

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

<style>
 a { background-color: #0588CE; }

 a { background-color: rgb(5,136,206); }

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

<style>
 span { border-color: #0588CE; }

 span { border-color: rgb(5,136,206); }

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