#098FAE

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

Shades of Bondi Blue #098FAE

Tints of Bondi Blue #098FAE

Color information

#098FAE (or 0x098FAE) is unknown color: approx Bondi Blue. HEX triplet: 09, 8F and AE. RGB value is (9,143,174). Sum of RGB (Red+Green+Blue) = 9+143+174=326 (43% of max value = 765). Red value is 9 (3.91% from 255 or 2.76% from 326); Green value is 143 (56.25% from 255 or 43.87% from 326); Blue value is 174 (68.36% from 255 or 53.37% from 326); Max value from RGB is 174 - color contains mainly: blue. Hex color #098FAE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #098FAE is #F67051. Grayscale: #6A6A6A. Windows color (decimal): -16150610 or 11439881. OLE color: 11439881.

HSL color Cylindrical-coordinate representation of color #098FAE: hue angle of 191.27º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #098FAE is Cyan = 0.95, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB9143174-
CMYK0.950.1800.32
HSL191.27º90.16%35.88%-
HSV(B)191.27º94.83%68.24%-
XYZ17.5822.7643.51-
YUV106.47166.1158.48-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 2.76%
GREEN value IS 143 (56.25% from 255) = 43.87%
BLUE value IS 174 (68.36% from 255) = 53.37%
R=2.76%
G=43.87%
B=53.37%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal91431740.950.1800.32191.2790.1635.88
Hex98FAE5F12020bf5a24
Octal112172561372204027713244
Binary100110001111101011101011111100100100000101111111011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #098FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #098FAE; }

 p { color: rgb(9,143,174); }

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

<style>
 a { background-color: #098FAE; }

 a { background-color: rgb(9,143,174); }

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

<style>
 span { border-color: #098FAE; }

 span { border-color: rgb(9,143,174); }

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