#088FAD

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

Shades of Bondi Blue #088FAD

Tints of Bondi Blue #088FAD

Color information

#088FAD (or 0x088FAD) is unknown color: approx Bondi Blue. HEX triplet: 08, 8F and AD. RGB value is (8,143,173). Sum of RGB (Red+Green+Blue) = 8+143+173=324 (42% of max value = 765). Red value is 8 (3.52% from 255 or 2.47% from 324); Green value is 143 (56.25% from 255 or 44.14% from 324); Blue value is 173 (67.97% from 255 or 53.40% from 324); Max value from RGB is 173 - color contains mainly: blue. Hex color #088FAD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #088FAD is #F77052. Grayscale: #696969. Windows color (decimal): -16216147 or 11374344. OLE color: 11374344.

HSL color Cylindrical-coordinate representation of color #088FAD: hue angle of 190.91º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #088FAD is Cyan = 0.95, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB8143173-
CMYK0.950.1700.32
HSL190.91º91.16%35.49%-
HSV(B)190.91º95.38%67.84%-
XYZ17.4722.7143-
YUV106.05165.7758.06-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.47%
GREEN value IS 143 (56.25% from 255) = 44.14%
BLUE value IS 173 (67.97% from 255) = 53.40%
R=2.47%
G=44.14%
B=53.40%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal81431730.950.1700.32190.9191.1635.49
Hex88FAD5F11020bf5b23
Octal102172551372104027713343
Binary100010001111101011011011111100010100000101111111011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #088FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,143,173); }

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

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

 a { background-color: rgb(8,143,173); }

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

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

 span { border-color: rgb(8,143,173); }

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