Html Css Color HEX #099CBA Bondi Blue

📋 copy color: '#099CBA'

red 9 ◦ green 156 ◦ blue 186

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

Shades of Bondi Blue #099CBA

Tints of Bondi Blue #099CBA

RGB

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

 GREEN value IS 156 (61.33% from 255) = 44.44%

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

R = 2.56%
G = 44.44%
B = 52.99%

CMYK

 C value IS 0.95

 M value IS 0.16

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#099CBA (or 0x099CBA) is known color: Bondi Blue. HEX triplet: 09, 9C and BA. RGB value is (9,156,186). Sum of RGB (Red+Green+Blue) = 9+156+186=351 (46% of max value = 765). Red value is 9 (3.91% from 255 or 2.56% from 351); Green value is 156 (61.33% from 255 or 44.44% from 351); Blue value is 186 (73.05% from 255 or 52.99% from 351); Max value from RGB is 186 - color contains mainly: blue. Hex color #099CBA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #099CBA is #F66345. Grayscale: #737373. Windows color (decimal): -16147270 or 12229641. OLE color: 12229641.

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

Color convert

RGB 9 156 186 -
CMYK 0.95 0.16 0 0.27
HSL 190.17º 0.91% 0.38% -
HSV(B) 190.17º 0.95% 0.73% -
XYZ 20.86 27.38 50.64 -
YUV 115.47 167.8 52.06 -
System Red Green Blue C M Y K H S L
Decimal 9 156 186 0.95 0.16 0 0.27 190.17 0.91 0.38
Hex 9 9C BA 5F 10 0 1B BE 5B 26
Octal 11 234 272 137 20 0 33 276 133 46
Binary 1001 10011100 10111010 1011111 10000 0 11011 10111110 1011011 100110

Color Harmonies of #099CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #099CBA

Black with #099CBA

Text Example


Text Example

White with #099CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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