#098EB0

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

Shades of Bondi Blue #098EB0

Tints of Bondi Blue #098EB0

Color information

#098EB0 (or 0x098EB0) is unknown color: approx Bondi Blue. HEX triplet: 09, 8E and B0. RGB value is (9,142,176). Sum of RGB (Red+Green+Blue) = 9+142+176=327 (43% of max value = 765). Red value is 9 (3.91% from 255 or 2.75% from 327); Green value is 142 (55.86% from 255 or 43.43% from 327); Blue value is 176 (69.14% from 255 or 53.82% from 327); Max value from RGB is 176 - color contains mainly: blue. Hex color #098EB0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #098EB0 is #F6714F. Grayscale: #696969. Windows color (decimal): -16150864 or 11570697. OLE color: 11570697.

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

Color convert

RGB9142176-
CMYK0.950.1900.31
HSL192.22º90.27%36.27%-
HSV(B)192.22º94.89%69.02%-
XYZ17.6222.5444.5-
YUV106.11167.4458.74-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 2.75%
GREEN value IS 142 (55.86% from 255) = 43.43%
BLUE value IS 176 (69.14% from 255) = 53.82%
R=2.75%
G=43.43%
B=53.82%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal91421760.950.1900.31192.2290.2736.27
Hex98EB05F1301Fc05a24
Octal112162601372303730013244
Binary10011000111010110000101111110011011111110000001011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #098EB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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