Html Css Color HEX #099BAC Bondi Blue

📋 copy color: '#099BAC'

red 9 ◦ green 155 ◦ blue 172

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

Shades of Bondi Blue #099BAC

Tints of Bondi Blue #099BAC

RGB

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

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

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

R = 2.68%
G = 46.13%
B = 51.19%

CMYK

 C value IS 0.95

 M value IS 0.10

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#099BAC (or 0x099BAC) is known color: Bondi Blue. HEX triplet: 09, 9B and AC. RGB value is (9,155,172). Sum of RGB (Red+Green+Blue) = 9+155+172=336 (44% of max value = 765). Red value is 9 (3.91% from 255 or 2.68% from 336); Green value is 155 (60.94% from 255 or 46.13% from 336); Blue value is 172 (67.58% from 255 or 51.19% from 336); Max value from RGB is 172 - color contains mainly: blue. Hex color #099BAC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #099BAC is #F66453. Grayscale: #717171. Windows color (decimal): -16147540 or 11311881. OLE color: 11311881.

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

Color convert

RGB 9 155 172 -
CMYK 0.95 0.10 0 0.33
HSL 186.26º 0.9% 0.35% -
HSV(B) 186.26º 0.95% 0.67% -
XYZ 19.28 26.48 43.12 -
YUV 113.28 161.13 53.62 -
System Red Green Blue C M Y K H S L
Decimal 9 155 172 0.95 0.10 0 0.33 186.26 0.9 0.35
Hex 9 9B AC 5F A 0 21 BA 5A 23
Octal 11 233 254 137 12 0 41 272 132 43
Binary 1001 10011011 10101100 1011111 1010 0 100001 10111010 1011010 100011

Color Harmonies of #099BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #099BAC

Black with #099BAC

Text Example


Text Example

White with #099BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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