Html Css Color HEX #0996BA Bondi Blue

📋 copy color: '#0996BA'

red 9 ◦ green 150 ◦ blue 186

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

Shades of Bondi Blue #0996BA

Tints of Bondi Blue #0996BA

RGB

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

 GREEN value IS 150 (58.98% from 255) = 43.48%

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

R = 2.61%
G = 43.48%
B = 53.91%

CMYK

 C value IS 0.95

 M value IS 0.19

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0996BA (or 0x0996BA) is known color: Bondi Blue. HEX triplet: 09, 96 and BA. RGB value is (9,150,186). Sum of RGB (Red+Green+Blue) = 9+150+186=345 (45% of max value = 765). Red value is 9 (3.91% from 255 or 2.61% from 345); Green value is 150 (58.98% from 255 or 43.48% from 345); Blue value is 186 (73.05% from 255 or 53.91% from 345); Max value from RGB is 186 - color contains mainly: blue. Hex color #0996BA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0996BA is #F66945. Grayscale: #6F6F6F. Windows color (decimal): -16148806 or 12228105. OLE color: 12228105.

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

Color convert

RGB 9 150 186 -
CMYK 0.95 0.19 0 0.27
HSL 192.2º 0.91% 0.38% -
HSV(B) 192.2º 0.95% 0.73% -
XYZ 19.88 25.42 50.31 -
YUV 111.95 169.79 54.57 -
System Red Green Blue C M Y K H S L
Decimal 9 150 186 0.95 0.19 0 0.27 192.2 0.91 0.38
Hex 9 96 BA 5F 13 0 1B C0 5B 26
Octal 11 226 272 137 23 0 33 300 133 46
Binary 1001 10010110 10111010 1011111 10011 0 11011 11000000 1011011 100110

Color Harmonies of #0996BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0996BA

Black with #0996BA

Text Example


Text Example

White with #0996BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0996BA; }

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

 H1.HeaderClassName
 {
   color: #0996BA;
 }
 .AnyTagClassName
 {
   color: #0996BA;
 }
</style>

background-color css

<style>
 a { background-color: #0996BA; }

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

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

border-color css

<style>
 span { border-color: #0996BA; }

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

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