Html Css Color HEX #009AB9 Bondi Blue

📋 copy color: '#009AB9'

red 0 ◦ green 154 ◦ blue 185

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

Shades of Bondi Blue #009AB9

Tints of Bondi Blue #009AB9

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 154 (60.55% from 255) = 45.43%

 BLUE value IS 185 (72.66% from 255) = 54.57%

R = 0%
G = 45.43%
B = 54.57%

CMYK

 C value IS 1

 M value IS 0.17

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#009AB9 (or 0x009AB9) is known color: Bondi Blue. HEX triplet: 00, 9A and B9. RGB value is (0,154,185). Sum of RGB (Red+Green+Blue) = 0+154+185=339 (44% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 339); Green value is 154 (60.55% from 255 or 45.43% from 339); Blue value is 185 (72.66% from 255 or 54.57% from 339); Max value from RGB is 185 - color contains mainly: blue. Hex color #009AB9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #009AB9 is #FF6546. Grayscale: #6F6F6F. Windows color (decimal): -16737607 or 12163584. OLE color: 12163584.

HSL color Cylindrical-coordinate representation of color #009AB9: hue angle of 190.05º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009AB9 is Cyan = 1, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 0 154 185 -
CMYK 1 0.17 0 0.27
HSL 190.05º 1% 0.36% -
HSV(B) 190.05º 1% 0.73% -
XYZ 20.31 26.61 49.97 -
YUV 111.49 169.48 48.48 -
System Red Green Blue C M Y K H S L
Decimal 0 154 185 1 0.17 0 0.27 190.05 1 0.36
Hex 0 9A B9 64 11 0 1B BE 64 24
Octal 0 232 271 144 21 0 33 276 144 44
Binary 0 10011010 10111001 1100100 10001 0 11011 10111110 1100100 100100

Color Harmonies of #009AB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #009AB9

Black with #009AB9

Text Example


Text Example

White with #009AB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #009AB9; }

 p { color: rgb(0,154,185); }

 H1.HeaderClassName
 {
   color: #009AB9;
 }
 .AnyTagClassName
 {
   color: #009AB9;
 }
</style>

background-color css

<style>
 a { background-color: #009AB9; }

 a { background-color: rgb(0,154,185); }

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

border-color css

<style>
 span { border-color: #009AB9; }

 span { border-color: rgb(0,154,185); }

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