Html Css Color HEX #09A0A7 Bondi Blue

📋 copy color: '#09A0A7'

red 9 ◦ green 160 ◦ blue 167

#09A0A7
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bondi Blue #09A0A7

Tints of Bondi Blue #09A0A7

RGB

 RED value IS 9 (3.91% from 255) = 2.68%

 GREEN value IS 160 (62.89% from 255) = 47.62%

 BLUE value IS 167 (65.63% from 255) = 49.7%

R = 2.68%
G = 47.62%
B = 49.7%

CMYK

 C value IS 0.95

 M value IS 0.04

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#09A0A7 (or 0x09A0A7) is known color: Bondi Blue. HEX triplet: 09, A0 and A7. RGB value is (9,160,167). Sum of RGB (Red+Green+Blue) = 9+160+167=336 (44% of max value = 765). Red value is 9 (3.91% from 255 or 2.68% from 336); Green value is 160 (62.89% from 255 or 47.62% from 336); Blue value is 167 (65.62% from 255 or 49.70% from 336); Max value from RGB is 167 - color contains mainly: blue. Hex color #09A0A7 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #09A0A7 is #F65F58. Grayscale: #737373. Windows color (decimal): -16146265 or 10985481. OLE color: 10985481.

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

Color convert

RGB 9 160 167 -
CMYK 0.95 0.04 0 0.35
HSL 182.66º 0.9% 0.35% -
HSV(B) 182.66º 0.95% 0.65% -
XYZ 19.66 27.99 40.93 -
YUV 115.65 156.97 51.93 -
System Red Green Blue C M Y K H S L
Decimal 9 160 167 0.95 0.04 0 0.35 182.66 0.9 0.35
Hex 9 A0 A7 5F 4 0 23 B7 5A 23
Octal 11 240 247 137 4 0 43 267 132 43
Binary 1001 10100000 10100111 1011111 100 0 100011 10110111 1011010 100011

Color Harmonies of #09A0A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09A0A7

Black with #09A0A7

Text Example


Text Example

White with #09A0A7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #09A0A7;
 }
 .AnyTagClassName
 {
   color: #09A0A7;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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