Html Css Color HEX #099ABB Bondi Blue

📋 copy color: '#099ABB'

red 9 ◦ green 154 ◦ blue 187

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

Shades of Bondi Blue #099ABB

Tints of Bondi Blue #099ABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 53.43%

R = 2.57%
G = 44%
B = 53.43%

CMYK

 C value IS 0.95

 M value IS 0.18

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#099ABB (or 0x099ABB) is known color: Bondi Blue. HEX triplet: 09, 9A and BB. RGB value is (9,154,187). Sum of RGB (Red+Green+Blue) = 9+154+187=350 (46% of max value = 765). Red value is 9 (3.91% from 255 or 2.57% from 350); Green value is 154 (60.55% from 255 or 44% from 350); Blue value is 187 (73.44% from 255 or 53.43% from 350); Max value from RGB is 187 - color contains mainly: blue. Hex color #099ABB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #099ABB is #F66544. Grayscale: #727272. Windows color (decimal): -16147781 or 12294665. OLE color: 12294665.

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

Color convert

RGB 9 154 187 -
CMYK 0.95 0.18 0 0.27
HSL 191.12º 0.91% 0.38% -
HSV(B) 191.12º 0.95% 0.73% -
XYZ 20.64 26.76 51.09 -
YUV 114.41 168.96 52.82 -
System Red Green Blue C M Y K H S L
Decimal 9 154 187 0.95 0.18 0 0.27 191.12 0.91 0.38
Hex 9 9A BB 5F 12 0 1B BF 5B 26
Octal 11 232 273 137 22 0 33 277 133 46
Binary 1001 10011010 10111011 1011111 10010 0 11011 10111111 1011011 100110

Color Harmonies of #099ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #099ABB

Black with #099ABB

Text Example


Text Example

White with #099ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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