#098AB8

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

Shades of Bondi Blue #098AB8

Tints of Bondi Blue #098AB8

Color information

#098AB8 (or 0x098AB8) is unknown color: approx Bondi Blue. HEX triplet: 09, 8A and B8. RGB value is (9,138,184). Sum of RGB (Red+Green+Blue) = 9+138+184=331 (43% of max value = 765). Red value is 9 (3.91% from 255 or 2.72% from 331); Green value is 138 (54.30% from 255 or 41.69% from 331); Blue value is 184 (72.27% from 255 or 55.59% from 331); Max value from RGB is 184 - color contains mainly: blue. Hex color #098AB8 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #098AB8 is #F67547. Grayscale: #686868. Windows color (decimal): -16151880 or 12093961. OLE color: 12093961.

HSL color Cylindrical-coordinate representation of color #098AB8: hue angle of 195.77º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #098AB8 is Cyan = 0.95, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB9138184-
CMYK0.950.2500.28
HSL195.77º90.67%37.84%-
HSV(B)195.77º95.11%72.16%-
XYZ17.8521.748.59-
YUV104.67172.7659.76-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 2.72%
GREEN value IS 138 (54.30% from 255) = 41.69%
BLUE value IS 184 (72.27% from 255) = 55.59%
R=2.72%
G=41.69%
B=55.59%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal91381840.950.2500.28195.7790.6737.84
Hex98AB85F1901Cc45b26
Octal112122701373103430413346
Binary10011000101010111000101111111001011100110001001011011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #098AB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,138,184); }

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

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

 a { background-color: rgb(9,138,184); }

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

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

 span { border-color: rgb(9,138,184); }

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