Html Css Color HEX #099FB0 Bondi Blue

📋 copy color: '#099FB0'

red 9 ◦ green 159 ◦ blue 176

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

Shades of Bondi Blue #099FB0

Tints of Bondi Blue #099FB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 51.16%

R = 2.62%
G = 46.22%
B = 51.16%

CMYK

 C value IS 0.95

 M value IS 0.10

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#099FB0 (or 0x099FB0) is known color: Bondi Blue. HEX triplet: 09, 9F and B0. RGB value is (9,159,176). Sum of RGB (Red+Green+Blue) = 9+159+176=344 (45% of max value = 765). Red value is 9 (3.91% from 255 or 2.62% from 344); Green value is 159 (62.5% from 255 or 46.22% from 344); Blue value is 176 (69.14% from 255 or 51.16% from 344); Max value from RGB is 176 - color contains mainly: blue. Hex color #099FB0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #099FB0 is #F6604F. Grayscale: #737373. Windows color (decimal): -16146512 or 11575049. OLE color: 11575049.

HSL color Cylindrical-coordinate representation of color #099FB0: hue angle of 186.11º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #099FB0 is Cyan = 0.95, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 9 159 176 -
CMYK 0.95 0.10 0 0.31
HSL 186.11º 0.9% 0.36% -
HSV(B) 186.11º 0.95% 0.69% -
XYZ 20.35 27.99 45.4 -
YUV 116.09 161.81 51.62 -
System Red Green Blue C M Y K H S L
Decimal 9 159 176 0.95 0.10 0 0.31 186.11 0.9 0.36
Hex 9 9F B0 5F A 0 1F BA 5A 24
Octal 11 237 260 137 12 0 37 272 132 44
Binary 1001 10011111 10110000 1011111 1010 0 11111 10111010 1011010 100100

Color Harmonies of #099FB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #099FB0

Black with #099FB0

Text Example


Text Example

White with #099FB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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