#098DB0

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

Shades of Bondi Blue #098DB0

Tints of Bondi Blue #098DB0

Color information

#098DB0 (or 0x098DB0) is unknown color: approx Bondi Blue. HEX triplet: 09, 8D and B0. RGB value is (9,141,176). Sum of RGB (Red+Green+Blue) = 9+141+176=326 (43% of max value = 765). Red value is 9 (3.91% from 255 or 2.76% from 326); Green value is 141 (55.47% from 255 or 43.25% from 326); Blue value is 176 (69.14% from 255 or 53.99% from 326); Max value from RGB is 176 - color contains mainly: blue. Hex color #098DB0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #098DB0 is #F6724F. Grayscale: #696969. Windows color (decimal): -16151120 or 11570441. OLE color: 11570441.

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

Color convert

RGB9141176-
CMYK0.950.2000.31
HSL192.57º90.27%36.27%-
HSV(B)192.57º94.89%69.02%-
XYZ17.4722.2444.45-
YUV105.52167.7759.15-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 2.76%
GREEN value IS 141 (55.47% from 255) = 43.25%
BLUE value IS 176 (69.14% from 255) = 53.99%
R=2.76%
G=43.25%
B=53.99%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal91411760.950.2000.31192.5790.2736.27
Hex98DB05F1401Fc15a24
Octal112152601372403730113244
Binary10011000110110110000101111110100011111110000011011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #098DB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,141,176); }

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

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

 a { background-color: rgb(9,141,176); }

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

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

 span { border-color: rgb(9,141,176); }

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