Html Css Color HEX #009BAE Bondi Blue

📋 copy color: '#009BAE'

red 0 ◦ green 155 ◦ blue 174

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

Shades of Bondi Blue #009BAE

Tints of Bondi Blue #009BAE

RGB

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

 GREEN value IS 155 (60.94% from 255) = 47.11%

 BLUE value IS 174 (68.36% from 255) = 52.89%

R = 0%
G = 47.11%
B = 52.89%

CMYK

 C value IS 1

 M value IS 0.11

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#009BAE (or 0x009BAE) is known color: Bondi Blue. HEX triplet: 00, 9B and AE. RGB value is (0,155,174). Sum of RGB (Red+Green+Blue) = 0+155+174=329 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 329); Green value is 155 (60.94% from 255 or 47.11% from 329); Blue value is 174 (68.36% from 255 or 52.89% from 329); Max value from RGB is 174 - color contains mainly: blue. Hex color #009BAE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #009BAE is #FF6451. Grayscale: #6E6E6E. Windows color (decimal): -16737362 or 11442944. OLE color: 11442944.

HSL color Cylindrical-coordinate representation of color #009BAE: hue angle of 186.55º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009BAE is Cyan = 1, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 0 155 174 -
CMYK 1 0.11 0 0.32
HSL 186.55º 1% 0.34% -
HSV(B) 186.55º 1% 0.68% -
XYZ 19.36 26.5 44.14 -
YUV 110.82 163.65 48.96 -
System Red Green Blue C M Y K H S L
Decimal 0 155 174 1 0.11 0 0.32 186.55 1 0.34
Hex 0 9B AE 64 B 0 20 BB 64 22
Octal 0 233 256 144 13 0 40 273 144 42
Binary 0 10011011 10101110 1100100 1011 0 100000 10111011 1100100 100010

Color Harmonies of #009BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #009BAE

Black with #009BAE

Text Example


Text Example

White with #009BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,155,174); }

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

background-color css

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

 a { background-color: rgb(0,155,174); }

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

border-color css

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

 span { border-color: rgb(0,155,174); }

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