Html Css Color HEX #099AB3 Bondi Blue

📋 copy color: '#099AB3'

red 9 ◦ green 154 ◦ blue 179

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

Shades of Bondi Blue #099AB3

Tints of Bondi Blue #099AB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 52.34%

R = 2.63%
G = 45.03%
B = 52.34%

CMYK

 C value IS 0.95

 M value IS 0.14

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#099AB3 (or 0x099AB3) is known color: Bondi Blue. HEX triplet: 09, 9A and B3. RGB value is (9,154,179). Sum of RGB (Red+Green+Blue) = 9+154+179=342 (45% of max value = 765). Red value is 9 (3.91% from 255 or 2.63% from 342); Green value is 154 (60.55% from 255 or 45.03% from 342); Blue value is 179 (70.31% from 255 or 52.34% from 342); Max value from RGB is 179 - color contains mainly: blue. Hex color #099AB3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #099AB3 is #F6654C. Grayscale: #717171. Windows color (decimal): -16147789 or 11770377. OLE color: 11770377.

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

Color convert

RGB 9 154 179 -
CMYK 0.95 0.14 0 0.30
HSL 188.82º 0.9% 0.37% -
HSV(B) 188.82º 0.95% 0.7% -
XYZ 19.8 26.42 46.7 -
YUV 113.5 164.96 53.47 -
System Red Green Blue C M Y K H S L
Decimal 9 154 179 0.95 0.14 0 0.30 188.82 0.9 0.37
Hex 9 9A B3 5F E 0 1E BD 5A 25
Octal 11 232 263 137 16 0 36 275 132 45
Binary 1001 10011010 10110011 1011111 1110 0 11110 10111101 1011010 100101

Color Harmonies of #099AB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #099AB3

Black with #099AB3

Text Example


Text Example

White with #099AB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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