#098CAC

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

Shades of Bondi Blue #098CAC

Tints of Bondi Blue #098CAC

Color information

#098CAC (or 0x098CAC) is unknown color: approx Bondi Blue. HEX triplet: 09, 8C and AC. RGB value is (9,140,172). Sum of RGB (Red+Green+Blue) = 9+140+172=321 (42% of max value = 765). Red value is 9 (3.91% from 255 or 2.80% from 321); Green value is 140 (55.08% from 255 or 43.61% from 321); Blue value is 172 (67.58% from 255 or 53.58% from 321); Max value from RGB is 172 - color contains mainly: blue. Hex color #098CAC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #098CAC is #F67353. Grayscale: #686868. Windows color (decimal): -16151380 or 11308041. OLE color: 11308041.

HSL color Cylindrical-coordinate representation of color #098CAC: hue angle of 191.78º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #098CAC is Cyan = 0.95, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB9140172-
CMYK0.950.1900.33
HSL191.78º90.06%35.49%-
HSV(B)191.78º94.77%67.45%-
XYZ16.9421.7942.34-
YUV104.48166.159.9-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 2.80%
GREEN value IS 140 (55.08% from 255) = 43.61%
BLUE value IS 172 (67.58% from 255) = 53.58%
R=2.80%
G=43.61%
B=53.58%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal91401720.950.1900.33191.7890.0635.49
Hex98CAC5F13021c05a23
Octal112142541372304130013243
Binary100110001100101011001011111100110100001110000001011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #098CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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