Html Css Color HEX #099FB2 Bondi Blue

📋 copy color: '#099FB2'

red 9 ◦ green 159 ◦ blue 178

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

Shades of Bondi Blue #099FB2

Tints of Bondi Blue #099FB2

RGB

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

 GREEN value IS 159 (62.5% from 255) = 45.95%

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

R = 2.6%
G = 45.95%
B = 51.45%

CMYK

 C value IS 0.95

 M value IS 0.11

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#099FB2 (or 0x099FB2) is known color: Bondi Blue. HEX triplet: 09, 9F and B2. RGB value is (9,159,178). Sum of RGB (Red+Green+Blue) = 9+159+178=346 (45% of max value = 765). Red value is 9 (3.91% from 255 or 2.60% from 346); Green value is 159 (62.5% from 255 or 45.95% from 346); Blue value is 178 (69.92% from 255 or 51.45% from 346); Max value from RGB is 178 - color contains mainly: blue. Hex color #099FB2 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #099FB2 is #F6604D. Grayscale: #747474. Windows color (decimal): -16146510 or 11706121. OLE color: 11706121.

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

Color convert

RGB 9 159 178 -
CMYK 0.95 0.11 0 0.30
HSL 186.75º 0.9% 0.37% -
HSV(B) 186.75º 0.95% 0.7% -
XYZ 20.55 28.07 46.45 -
YUV 116.32 162.81 51.46 -
System Red Green Blue C M Y K H S L
Decimal 9 159 178 0.95 0.11 0 0.30 186.75 0.9 0.37
Hex 9 9F B2 5F B 0 1E BB 5A 25
Octal 11 237 262 137 13 0 36 273 132 45
Binary 1001 10011111 10110010 1011111 1011 0 11110 10111011 1011010 100101

Color Harmonies of #099FB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #099FB2

Black with #099FB2

Text Example


Text Example

White with #099FB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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