#0A98AD

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

Shades of Bondi Blue #0A98AD

Tints of Bondi Blue #0A98AD

Color information

#0A98AD (or 0x0A98AD) is unknown color: approx Bondi Blue. HEX triplet: 0A, 98 and AD. RGB value is (10,152,173). Sum of RGB (Red+Green+Blue) = 10+152+173=335 (44% of max value = 765). Red value is 10 (4.30% from 255 or 2.99% from 335); Green value is 152 (59.77% from 255 or 45.37% from 335); Blue value is 173 (67.97% from 255 or 51.64% from 335); Max value from RGB is 173 - color contains mainly: blue. Hex color #0A98AD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0A98AD is #F56752. Grayscale: #6F6F6F. Windows color (decimal): -16082771 or 11376650. OLE color: 11376650.

HSL color Cylindrical-coordinate representation of color #0A98AD: hue angle of 187.73º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0A98AD is Cyan = 0.94, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB10152173-
CMYK0.940.1200.32
HSL187.73º89.07%35.88%-
HSV(B)187.73º94.22%67.84%-
XYZ18.925.5443.47-
YUV111.94162.4655.29-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 2.99%
GREEN value IS 152 (59.77% from 255) = 45.37%
BLUE value IS 173 (67.97% from 255) = 51.64%
R=2.99%
G=45.37%
B=51.64%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal101521730.940.1200.32187.7389.0735.88
HexA98AD5EC020bc5924
Octal122302551361404027413144
Binary10101001100010101101101111011000100000101111001011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A98AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0A98AD; }

 p { color: rgb(10,152,173); }

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

<style>
 a { background-color: #0A98AD; }

 a { background-color: rgb(10,152,173); }

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

<style>
 span { border-color: #0A98AD; }

 span { border-color: rgb(10,152,173); }

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