Html Css Color HEX #099EBA Bondi Blue

📋 copy color: '#099EBA'

red 9 ◦ green 158 ◦ blue 186

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

Shades of Bondi Blue #099EBA

Tints of Bondi Blue #099EBA

RGB

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

 GREEN value IS 158 (62.11% from 255) = 44.76%

 BLUE value IS 186 (73.05% from 255) = 52.69%

R = 2.55%
G = 44.76%
B = 52.69%

CMYK

 C value IS 0.95

 M value IS 0.15

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#099EBA (or 0x099EBA) is known color: Bondi Blue. HEX triplet: 09, 9E and BA. RGB value is (9,158,186). Sum of RGB (Red+Green+Blue) = 9+158+186=353 (46% of max value = 765). Red value is 9 (3.91% from 255 or 2.55% from 353); Green value is 158 (62.11% from 255 or 44.76% from 353); Blue value is 186 (73.05% from 255 or 52.69% from 353); Max value from RGB is 186 - color contains mainly: blue. Hex color #099EBA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #099EBA is #F66145. Grayscale: #747474. Windows color (decimal): -16146758 or 12230153. OLE color: 12230153.

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

Color convert

RGB 9 158 186 -
CMYK 0.95 0.15 0 0.27
HSL 189.49º 0.91% 0.38% -
HSV(B) 189.49º 0.95% 0.73% -
XYZ 21.2 28.06 50.75 -
YUV 116.64 167.14 51.22 -
System Red Green Blue C M Y K H S L
Decimal 9 158 186 0.95 0.15 0 0.27 189.49 0.91 0.38
Hex 9 9E BA 5F F 0 1B BD 5B 26
Octal 11 236 272 137 17 0 33 275 133 46
Binary 1001 10011110 10111010 1011111 1111 0 11011 10111101 1011011 100110

Color Harmonies of #099EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #099EBA

Black with #099EBA

Text Example


Text Example

White with #099EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,158,186); }

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

background-color css

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

 a { background-color: rgb(9,158,186); }

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

border-color css

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

 span { border-color: rgb(9,158,186); }

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