#098DBF

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

Shades of Bondi Blue #098DBF

Tints of Bondi Blue #098DBF

Color information

#098DBF (or 0x098DBF) is unknown color: approx Bondi Blue. HEX triplet: 09, 8D and BF. RGB value is (9,141,191). Sum of RGB (Red+Green+Blue) = 9+141+191=341 (45% of max value = 765). Red value is 9 (3.91% from 255 or 2.64% from 341); Green value is 141 (55.47% from 255 or 41.35% from 341); Blue value is 191 (75% from 255 or 56.01% from 341); Max value from RGB is 191 - color contains mainly: blue. Hex color #098DBF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #098DBF is #F67240. Grayscale: #6A6A6A. Windows color (decimal): -16151105 or 12553481. OLE color: 12553481.

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

Color convert

RGB9141191-
CMYK0.950.2600.25
HSL196.48º91%39.22%-
HSV(B)196.48º95.29%74.9%-
XYZ19.0422.8752.7-
YUV107.23175.2757.93-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 2.64%
GREEN value IS 141 (55.47% from 255) = 41.35%
BLUE value IS 191 (75% from 255) = 56.01%
R=2.64%
G=41.35%
B=56.01%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal91411910.950.2600.25196.489139.22
Hex98DBF5F1A019c45b27
Octal112152771373203130413347
Binary10011000110110111111101111111010011001110001001011011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #098DBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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