Html Css Color HEX #09A5B1 Bondi Blue

📋 copy color: '#09A5B1'

red 9 ◦ green 165 ◦ blue 177

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

Shades of Bondi Blue #09A5B1

Tints of Bondi Blue #09A5B1

RGB

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

 GREEN value IS 165 (64.84% from 255) = 47.01%

 BLUE value IS 177 (69.53% from 255) = 50.43%

R = 2.56%
G = 47.01%
B = 50.43%

CMYK

 C value IS 0.95

 M value IS 0.07

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#09A5B1 (or 0x09A5B1) is known color: Bondi Blue. HEX triplet: 09, A5 and B1. RGB value is (9,165,177). Sum of RGB (Red+Green+Blue) = 9+165+177=351 (46% of max value = 765). Red value is 9 (3.91% from 255 or 2.56% from 351); Green value is 165 (64.84% from 255 or 47.01% from 351); Blue value is 177 (69.53% from 255 or 50.43% from 351); Max value from RGB is 177 - color contains mainly: blue. Hex color #09A5B1 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #09A5B1 is #F65A4E. Grayscale: #777777. Windows color (decimal): -16144975 or 11642121. OLE color: 11642121.

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

Color convert

RGB 9 165 177 -
CMYK 0.95 0.07 0 0.31
HSL 184.29º 0.9% 0.36% -
HSV(B) 184.29º 0.95% 0.69% -
XYZ 21.5 30.14 46.28 -
YUV 119.72 160.32 49.02 -
System Red Green Blue C M Y K H S L
Decimal 9 165 177 0.95 0.07 0 0.31 184.29 0.9 0.36
Hex 9 A5 B1 5F 7 0 1F B8 5A 24
Octal 11 245 261 137 7 0 37 270 132 44
Binary 1001 10100101 10110001 1011111 111 0 11111 10111000 1011010 100100

Color Harmonies of #09A5B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09A5B1

Black with #09A5B1

Text Example


Text Example

White with #09A5B1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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