Html Css Color HEX #009BAC Bondi Blue

📋 copy color: '#009BAC'

red 0 ◦ green 155 ◦ blue 172

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

Shades of Bondi Blue #009BAC

Tints of Bondi Blue #009BAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 52.6%

R = 0%
G = 47.4%
B = 52.6%

CMYK

 C value IS 1

 M value IS 0.10

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#009BAC (or 0x009BAC) is known color: Bondi Blue. HEX triplet: 00, 9B and AC. RGB value is (0,155,172). Sum of RGB (Red+Green+Blue) = 0+155+172=327 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 327); Green value is 155 (60.94% from 255 or 47.40% from 327); Blue value is 172 (67.58% from 255 or 52.60% from 327); Max value from RGB is 172 - color contains mainly: blue. Hex color #009BAC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #009BAC is #FF6453. Grayscale: #6E6E6E. Windows color (decimal): -16737364 or 11311872. OLE color: 11311872.

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

Color convert

RGB 0 155 172 -
CMYK 1 0.10 0 0.33
HSL 185.93º 1% 0.34% -
HSV(B) 185.93º 1% 0.67% -
XYZ 19.17 26.42 43.12 -
YUV 110.59 162.65 49.12 -
System Red Green Blue C M Y K H S L
Decimal 0 155 172 1 0.10 0 0.33 185.93 1 0.34
Hex 0 9B AC 64 A 0 21 BA 64 22
Octal 0 233 254 144 12 0 41 272 144 42
Binary 0 10011011 10101100 1100100 1010 0 100001 10111010 1100100 100010

Color Harmonies of #009BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #009BAC

Black with #009BAC

Text Example


Text Example

White with #009BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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