#09A6B1

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

Shades of Bondi Blue #09A6B1

Tints of Bondi Blue #09A6B1

Color information

#09A6B1 (or 0x09A6B1) is unknown color: approx Bondi Blue. HEX triplet: 09, A6 and B1. RGB value is (9,166,177). Sum of RGB (Red+Green+Blue) = 9+166+177=352 (46% of max value = 765). Red value is 9 (3.91% from 255 or 2.56% from 352); Green value is 166 (65.23% from 255 or 47.16% from 352); Blue value is 177 (69.53% from 255 or 50.28% from 352); Max value from RGB is 177 - color contains mainly: blue. Hex color #09A6B1 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #09A6B1 is #F6594E. Grayscale: #787878. Windows color (decimal): -16144719 or 11642377. OLE color: 11642377.

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

Color convert

RGB9166177-
CMYK0.950.0600.31
HSL183.93º90.32%36.47%-
HSV(B)183.93º94.92%69.41%-
XYZ21.6830.546.34-
YUV120.31159.9948.61-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 2.56%
GREEN value IS 166 (65.23% from 255) = 47.16%
BLUE value IS 177 (69.53% from 255) = 50.28%
R=2.56%
G=47.16%
B=50.28%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal91661770.950.0600.31183.9390.3236.47
Hex9A6B15F601Fb85a24
Octal11246261137603727013244
Binary100110100110101100011011111110011111101110001011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09A6B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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