Html Css Color HEX #099AB7 Bondi Blue

📋 copy color: '#099AB7'

red 9 ◦ green 154 ◦ blue 183

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

Shades of Bondi Blue #099AB7

Tints of Bondi Blue #099AB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 52.89%

R = 2.6%
G = 44.51%
B = 52.89%

CMYK

 C value IS 0.95

 M value IS 0.16

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#099AB7 (or 0x099AB7) is known color: Bondi Blue. HEX triplet: 09, 9A and B7. RGB value is (9,154,183). Sum of RGB (Red+Green+Blue) = 9+154+183=346 (45% of max value = 765). Red value is 9 (3.91% from 255 or 2.60% from 346); Green value is 154 (60.55% from 255 or 44.51% from 346); Blue value is 183 (71.88% from 255 or 52.89% from 346); Max value from RGB is 183 - color contains mainly: blue. Hex color #099AB7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #099AB7 is #F66548. Grayscale: #717171. Windows color (decimal): -16147785 or 12032521. OLE color: 12032521.

HSL color Cylindrical-coordinate representation of color #099AB7: hue angle of 190º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #099AB7 is Cyan = 0.95, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 9 154 183 -
CMYK 0.95 0.16 0 0.28
HSL 190º 0.91% 0.38% -
HSV(B) 190º 0.95% 0.72% -
XYZ 20.22 26.59 48.87 -
YUV 113.95 166.96 53.14 -
System Red Green Blue C M Y K H S L
Decimal 9 154 183 0.95 0.16 0 0.28 190 0.91 0.38
Hex 9 9A B7 5F 10 0 1C BE 5B 26
Octal 11 232 267 137 20 0 34 276 133 46
Binary 1001 10011010 10110111 1011111 10000 0 11100 10111110 1011011 100110

Color Harmonies of #099AB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #099AB7

Black with #099AB7

Text Example


Text Example

White with #099AB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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