#09A8B1

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

Shades of Bondi Blue #09A8B1

Tints of Bondi Blue #09A8B1

Color information

#09A8B1 (or 0x09A8B1) is unknown color: approx Bondi Blue. HEX triplet: 09, A8 and B1. RGB value is (9,168,177). Sum of RGB (Red+Green+Blue) = 9+168+177=354 (46% of max value = 765). Red value is 9 (3.91% from 255 or 2.54% from 354); Green value is 168 (66.02% from 255 or 47.46% from 354); Blue value is 177 (69.53% from 255 or 50% from 354); Max value from RGB is 177 - color contains mainly: blue. Hex color #09A8B1 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #09A8B1 is #F6574E. Grayscale: #797979. Windows color (decimal): -16144207 or 11642889. OLE color: 11642889.

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

Color convert

RGB9168177-
CMYK0.950.0500.31
HSL183.21º90.32%36.47%-
HSV(B)183.21º94.92%69.41%-
XYZ22.0531.2446.46-
YUV121.48159.3247.77-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 2.54%
GREEN value IS 168 (66.02% from 255) = 47.46%
BLUE value IS 177 (69.53% from 255) = 50%
R=2.54%
G=47.46%
B=50%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal91681770.950.0500.31183.2190.3236.47
Hex9A8B15F501Fb75a24
Octal11250261137503726713244
Binary100110101000101100011011111101011111101101111011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09A8B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09A8B1; }

 p { color: rgb(9,168,177); }

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

<style>
 a { background-color: #09A8B1; }

 a { background-color: rgb(9,168,177); }

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

<style>
 span { border-color: #09A8B1; }

 span { border-color: rgb(9,168,177); }

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