#088DCA

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

Shades of Pacific Blue #088DCA

Tints of Pacific Blue #088DCA

Color information

#088DCA (or 0x088DCA) is unknown color: approx Pacific Blue. HEX triplet: 08, 8D and CA. RGB value is (8,141,202). Sum of RGB (Red+Green+Blue) = 8+141+202=351 (46% of max value = 765). Red value is 8 (3.52% from 255 or 2.28% from 351); Green value is 141 (55.47% from 255 or 40.17% from 351); Blue value is 202 (79.30% from 255 or 57.55% from 351); Max value from RGB is 202 - color contains mainly: blue. Hex color #088DCA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #088DCA is #F77235. Grayscale: #6B6B6B. Windows color (decimal): -16216630 or 13274376. OLE color: 13274376.

HSL color Cylindrical-coordinate representation of color #088DCA: hue angle of 198.87º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #088DCA is Cyan = 0.96, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB8141202-
CMYK0.960.3000.21
HSL198.87º92.38%41.18%-
HSV(B)198.87º96.04%79.22%-
XYZ20.2923.3759.32-
YUV108.19180.9456.54-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.28%
GREEN value IS 141 (55.47% from 255) = 40.17%
BLUE value IS 202 (79.30% from 255) = 57.55%
R=2.28%
G=40.17%
B=57.55%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal81412020.960.3000.21198.8792.3841.18
Hex88DCA601E015c75c29
Octal102153121403602530713451
Binary10001000110111001010110000011110010101110001111011100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #088DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #088DCA; }

 p { color: rgb(8,141,202); }

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

<style>
 a { background-color: #088DCA; }

 a { background-color: rgb(8,141,202); }

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

<style>
 span { border-color: #088DCA; }

 span { border-color: rgb(8,141,202); }

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