#098CB7

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

Shades of Bondi Blue #098CB7

Tints of Bondi Blue #098CB7

Color information

#098CB7 (or 0x098CB7) is unknown color: approx Bondi Blue. HEX triplet: 09, 8C and B7. RGB value is (9,140,183). Sum of RGB (Red+Green+Blue) = 9+140+183=332 (43% of max value = 765). Red value is 9 (3.91% from 255 or 2.71% from 332); Green value is 140 (55.08% from 255 or 42.17% from 332); Blue value is 183 (71.88% from 255 or 55.12% from 332); Max value from RGB is 183 - color contains mainly: blue. Hex color #098CB7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #098CB7 is #F67348. Grayscale: #696969. Windows color (decimal): -16151369 or 12028937. OLE color: 12028937.

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

Color convert

RGB9140183-
CMYK0.950.2300.28
HSL194.83º90.62%37.65%-
HSV(B)194.83º95.08%71.76%-
XYZ18.0422.2348.14-
YUV105.73171.659-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 2.71%
GREEN value IS 140 (55.08% from 255) = 42.17%
BLUE value IS 183 (71.88% from 255) = 55.12%
R=2.71%
G=42.17%
B=55.12%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal91401830.950.2300.28194.8390.6237.65
Hex98CB75F1701Cc35b26
Octal112142671372703430313346
Binary10011000110010110111101111110111011100110000111011011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #098CB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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