#088DD3

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

Shades of Pacific Blue #088DD3

Tints of Pacific Blue #088DD3

Color information

#088DD3 (or 0x088DD3) is unknown color: approx Pacific Blue. HEX triplet: 08, 8D and D3. RGB value is (8,141,211). Sum of RGB (Red+Green+Blue) = 8+141+211=360 (47% of max value = 765). Red value is 8 (3.52% from 255 or 2.22% from 360); Green value is 141 (55.47% from 255 or 39.17% from 360); Blue value is 211 (82.81% from 255 or 58.61% from 360); Max value from RGB is 211 - color contains mainly: blue. Hex color #088DD3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #088DD3 is #F7722C. Grayscale: #6C6C6C. Windows color (decimal): -16216621 or 13864200. OLE color: 13864200.

HSL color Cylindrical-coordinate representation of color #088DD3: hue angle of 200.69º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #088DD3 is Cyan = 0.96, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB8141211-
CMYK0.960.3300.17
HSL200.69º92.69%42.94%-
HSV(B)200.69º96.21%82.75%-
XYZ21.3823.865.1-
YUV109.21185.4455.81-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.22%
GREEN value IS 141 (55.47% from 255) = 39.17%
BLUE value IS 211 (82.81% from 255) = 58.61%
R=2.22%
G=39.17%
B=58.61%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal81412110.960.3300.17200.6992.6942.94
Hex88DD36021011c95d2b
Octal102153231404102131113553
Binary100010001101110100111100000100001010001110010011011101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #088DD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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