Html Css Color HEX #099AB9 Bondi Blue

📋 copy color: '#099AB9'

red 9 ◦ green 154 ◦ blue 185

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

Shades of Bondi Blue #099AB9

Tints of Bondi Blue #099AB9

RGB

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

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

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

R = 2.59%
G = 44.25%
B = 53.16%

CMYK

 C value IS 0.95

 M value IS 0.17

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#099AB9 (or 0x099AB9) is known color: Bondi Blue. HEX triplet: 09, 9A and B9. RGB value is (9,154,185). Sum of RGB (Red+Green+Blue) = 9+154+185=348 (46% of max value = 765). Red value is 9 (3.91% from 255 or 2.59% from 348); Green value is 154 (60.55% from 255 or 44.25% from 348); Blue value is 185 (72.66% from 255 or 53.16% from 348); Max value from RGB is 185 - color contains mainly: blue. Hex color #099AB9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #099AB9 is #F66546. Grayscale: #717171. Windows color (decimal): -16147783 or 12163593. OLE color: 12163593.

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

Color convert

RGB 9 154 185 -
CMYK 0.95 0.17 0 0.27
HSL 190.57º 0.91% 0.38% -
HSV(B) 190.57º 0.95% 0.73% -
XYZ 20.43 26.67 49.97 -
YUV 114.18 167.96 52.98 -
System Red Green Blue C M Y K H S L
Decimal 9 154 185 0.95 0.17 0 0.27 190.57 0.91 0.38
Hex 9 9A B9 5F 11 0 1B BF 5B 26
Octal 11 232 271 137 21 0 33 277 133 46
Binary 1001 10011010 10111001 1011111 10001 0 11011 10111111 1011011 100110

Color Harmonies of #099AB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #099AB9

Black with #099AB9

Text Example


Text Example

White with #099AB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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