#098AB7

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

Shades of Bondi Blue #098AB7

Tints of Bondi Blue #098AB7

Color information

#098AB7 (or 0x098AB7) is unknown color: approx Bondi Blue. HEX triplet: 09, 8A and B7. RGB value is (9,138,183). Sum of RGB (Red+Green+Blue) = 9+138+183=330 (43% of max value = 765). Red value is 9 (3.91% from 255 or 2.73% from 330); Green value is 138 (54.30% from 255 or 41.82% from 330); Blue value is 183 (71.88% from 255 or 55.45% from 330); Max value from RGB is 183 - color contains mainly: blue. Hex color #098AB7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #098AB7 is #F67548. Grayscale: #686868. Windows color (decimal): -16151881 or 12028425. OLE color: 12028425.

HSL color Cylindrical-coordinate representation of color #098AB7: hue angle of 195.52º 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 #098AB7 is Cyan = 0.95, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB9138183-
CMYK0.950.2500.28
HSL195.52º90.62%37.65%-
HSV(B)195.52º95.08%71.76%-
XYZ17.7521.6548.04-
YUV104.56172.2659.84-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 2.73%
GREEN value IS 138 (54.30% from 255) = 41.82%
BLUE value IS 183 (71.88% from 255) = 55.45%
R=2.73%
G=41.82%
B=55.45%

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
Decimal91381830.950.2500.28195.5290.6237.65
Hex98AB75F1901Cc45b26
Octal112122671373103430413346
Binary10011000101010110111101111111001011100110001001011011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #098AB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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