#008FAA

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

Shades of Bondi Blue #008FAA

Tints of Bondi Blue #008FAA

Color information

#008FAA (or 0x008FAA) is unknown color: approx Bondi Blue. HEX triplet: 00, 8F and AA. RGB value is (0,143,170). Sum of RGB (Red+Green+Blue) = 0+143+170=313 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 313); Green value is 143 (56.25% from 255 or 45.69% from 313); Blue value is 170 (66.80% from 255 or 54.31% from 313); Max value from RGB is 170 - color contains mainly: blue. Hex color #008FAA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #008FAA is #FF7055. Grayscale: #676767. Windows color (decimal): -16740438 or 11177728. OLE color: 11177728.

HSL color Cylindrical-coordinate representation of color #008FAA: hue angle of 189.53º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008FAA is Cyan = 1, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB0143170-
CMYK10.1600.33
HSL189.53º100%33.33%-
HSV(B)189.53º100%66.67%-
XYZ17.0822.5541.48-
YUV103.32165.6254.3-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 143 (56.25% from 255) = 45.69%
BLUE value IS 170 (66.80% from 255) = 54.31%
R=0%
G=45.69%
B=54.31%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal014317010.1600.33189.5310033.33
Hex08FAA6410021be6421
Octal02172521442004127614441
Binary010001111101010101100100100000100001101111101100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #008FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #008FAA; }

 p { color: rgb(0,143,170); }

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

<style>
 a { background-color: #008FAA; }

 a { background-color: rgb(0,143,170); }

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

<style>
 span { border-color: #008FAA; }

 span { border-color: rgb(0,143,170); }

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