Html Css Color HEX #099BAB Bondi Blue

📋 copy color: '#099BAB'

red 9 ◦ green 155 ◦ blue 171

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

Shades of Bondi Blue #099BAB

Tints of Bondi Blue #099BAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 51.04%

R = 2.69%
G = 46.27%
B = 51.04%

CMYK

 C value IS 0.95

 M value IS 0.09

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#099BAB (or 0x099BAB) is known color: Bondi Blue. HEX triplet: 09, 9B and AB. RGB value is (9,155,171). Sum of RGB (Red+Green+Blue) = 9+155+171=335 (44% of max value = 765). Red value is 9 (3.91% from 255 or 2.69% from 335); Green value is 155 (60.94% from 255 or 46.27% from 335); Blue value is 171 (67.19% from 255 or 51.04% from 335); Max value from RGB is 171 - color contains mainly: blue. Hex color #099BAB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #099BAB is #F66454. Grayscale: #707070. Windows color (decimal): -16147541 or 11246345. OLE color: 11246345.

HSL color Cylindrical-coordinate representation of color #099BAB: hue angle of 185.93º 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 #099BAB is Cyan = 0.95, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 9 155 171 -
CMYK 0.95 0.09 0 0.33
HSL 185.93º 0.9% 0.35% -
HSV(B) 185.93º 0.95% 0.67% -
XYZ 19.18 26.44 42.62 -
YUV 113.17 160.63 53.7 -
System Red Green Blue C M Y K H S L
Decimal 9 155 171 0.95 0.09 0 0.33 185.93 0.9 0.35
Hex 9 9B AB 5F 9 0 21 BA 5A 23
Octal 11 233 253 137 11 0 41 272 132 43
Binary 1001 10011011 10101011 1011111 1001 0 100001 10111010 1011010 100011

Color Harmonies of #099BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #099BAB

Black with #099BAB

Text Example


Text Example

White with #099BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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