#099CA7

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

Shades of Bondi Blue #099CA7

Tints of Bondi Blue #099CA7

Color information

#099CA7 (or 0x099CA7) is unknown color: approx Bondi Blue. HEX triplet: 09, 9C and A7. RGB value is (9,156,167). Sum of RGB (Red+Green+Blue) = 9+156+167=332 (43% of max value = 765). Red value is 9 (3.91% from 255 or 2.71% from 332); Green value is 156 (61.33% from 255 or 46.99% from 332); Blue value is 167 (65.62% from 255 or 50.30% from 332); Max value from RGB is 167 - color contains mainly: blue. Hex color #099CA7 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #099CA7 is #F66358. Grayscale: #717171. Windows color (decimal): -16147289 or 10984457. OLE color: 10984457.

HSL color Cylindrical-coordinate representation of color #099CA7: hue angle of 184.18º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #099CA7 is Cyan = 0.95, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB9156167-
CMYK0.950.0700.35
HSL184.18º89.77%34.51%-
HSV(B)184.18º94.61%65.49%-
XYZ18.9826.6340.7-
YUV113.3158.353.61-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 2.71%
GREEN value IS 156 (61.33% from 255) = 46.99%
BLUE value IS 167 (65.62% from 255) = 50.30%
R=2.71%
G=46.99%
B=50.30%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal91561670.950.0700.35184.1889.7734.51
Hex99CA75F7023b85a23
Octal11234247137704327013243
Binary1001100111001010011110111111110100011101110001011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #099CA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #099CA7; }

 p { color: rgb(9,156,167); }

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

<style>
 a { background-color: #099CA7; }

 a { background-color: rgb(9,156,167); }

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

<style>
 span { border-color: #099CA7; }

 span { border-color: rgb(9,156,167); }

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