Html Css Color HEX #099BBA Bondi Blue

📋 copy color: '#099BBA'

red 9 ◦ green 155 ◦ blue 186

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

Shades of Bondi Blue #099BBA

Tints of Bondi Blue #099BBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 53.14%

R = 2.57%
G = 44.29%
B = 53.14%

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

#099BBA (or 0x099BBA) is known color: Bondi Blue. HEX triplet: 09, 9B and BA. RGB value is (9,155,186). Sum of RGB (Red+Green+Blue) = 9+155+186=350 (46% of max value = 765). Red value is 9 (3.91% from 255 or 2.57% from 350); Green value is 155 (60.94% from 255 or 44.29% from 350); Blue value is 186 (73.05% from 255 or 53.14% from 350); Max value from RGB is 186 - color contains mainly: blue. Hex color #099BBA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #099BBA is #F66445. Grayscale: #727272. Windows color (decimal): -16147526 or 12229385. OLE color: 12229385.

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

Color convert

RGB 9 155 186 -
CMYK 0.95 0.17 0 0.27
HSL 190.51º 0.91% 0.38% -
HSV(B) 190.51º 0.95% 0.73% -
XYZ 20.7 27.05 50.58 -
YUV 114.88 168.13 52.48 -
System Red Green Blue C M Y K H S L
Decimal 9 155 186 0.95 0.17 0 0.27 190.51 0.91 0.38
Hex 9 9B BA 5F 11 0 1B BF 5B 26
Octal 11 233 272 137 21 0 33 277 133 46
Binary 1001 10011011 10111010 1011111 10001 0 11011 10111111 1011011 100110

Color Harmonies of #099BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #099BBA

Black with #099BBA

Text Example


Text Example

White with #099BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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