#0188DE

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

Shades of Pacific Blue #0188DE

Tints of Pacific Blue #0188DE

Color information

#0188DE (or 0x0188DE) is unknown color: approx Pacific Blue. HEX triplet: 01, 88 and DE. RGB value is (1,136,222). Sum of RGB (Red+Green+Blue) = 1+136+222=359 (47% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 359); Green value is 136 (53.52% from 255 or 37.88% from 359); Blue value is 222 (87.11% from 255 or 61.84% from 359); Max value from RGB is 222 - color contains mainly: blue. Hex color #0188DE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0188DE is #FE7721. Grayscale: #686868. Windows color (decimal): -16676642 or 14583809. OLE color: 14583809.

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

Color convert

RGB1136222-
CMYK1.000.3900.13
HSL203.35º99.1%43.73%-
HSV(B)203.35º99.55%87.06%-
XYZ2222.8972.37-
YUV105.44193.7753.51-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.28%
GREEN value IS 136 (53.52% from 255) = 37.88%
BLUE value IS 222 (87.11% from 255) = 61.84%
R=0.28%
G=37.88%
B=61.84%

CMYK

C (Cyan) values IS 1.00
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal11362221.000.3900.13203.3599.143.73
Hex188DE64270Dcb632c
Octal12103361444701531314354
Binary11000100011011110110010010011101101110010111100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0188DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0188DE; }

 p { color: rgb(1,136,222); }

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

<style>
 a { background-color: #0188DE; }

 a { background-color: rgb(1,136,222); }

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

<style>
 span { border-color: #0188DE; }

 span { border-color: rgb(1,136,222); }

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