Html Css Color HEX #099AB2 Bondi Blue

📋 copy color: '#099AB2'

red 9 ◦ green 154 ◦ blue 178

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

Shades of Bondi Blue #099AB2

Tints of Bondi Blue #099AB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 52.2%

R = 2.64%
G = 45.16%
B = 52.2%

CMYK

 C value IS 0.95

 M value IS 0.13

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#099AB2 (or 0x099AB2) is known color: Bondi Blue. HEX triplet: 09, 9A and B2. RGB value is (9,154,178). Sum of RGB (Red+Green+Blue) = 9+154+178=341 (45% of max value = 765). Red value is 9 (3.91% from 255 or 2.64% from 341); Green value is 154 (60.55% from 255 or 45.16% from 341); Blue value is 178 (69.92% from 255 or 52.20% from 341); Max value from RGB is 178 - color contains mainly: blue. Hex color #099AB2 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #099AB2 is #F6654D. Grayscale: #717171. Windows color (decimal): -16147790 or 11704841. OLE color: 11704841.

HSL color Cylindrical-coordinate representation of color #099AB2: hue angle of 188.52º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #099AB2 is Cyan = 0.95, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 9 154 178 -
CMYK 0.95 0.13 0 0.30
HSL 188.52º 0.9% 0.37% -
HSV(B) 188.52º 0.95% 0.7% -
XYZ 19.7 26.38 46.17 -
YUV 113.38 164.46 53.55 -
System Red Green Blue C M Y K H S L
Decimal 9 154 178 0.95 0.13 0 0.30 188.52 0.9 0.37
Hex 9 9A B2 5F D 0 1E BD 5A 25
Octal 11 232 262 137 15 0 36 275 132 45
Binary 1001 10011010 10110010 1011111 1101 0 11110 10111101 1011010 100101

Color Harmonies of #099AB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #099AB2

Black with #099AB2

Text Example


Text Example

White with #099AB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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