Html Css Color HEX #0996BB Bondi Blue

📋 copy color: '#0996BB'

red 9 ◦ green 150 ◦ blue 187

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

Shades of Bondi Blue #0996BB

Tints of Bondi Blue #0996BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 54.05%

R = 2.6%
G = 43.35%
B = 54.05%

CMYK

 C value IS 0.95

 M value IS 0.20

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0996BB (or 0x0996BB) is known color: Bondi Blue. HEX triplet: 09, 96 and BB. RGB value is (9,150,187). Sum of RGB (Red+Green+Blue) = 9+150+187=346 (45% of max value = 765). Red value is 9 (3.91% from 255 or 2.60% from 346); Green value is 150 (58.98% from 255 or 43.35% from 346); Blue value is 187 (73.44% from 255 or 54.05% from 346); Max value from RGB is 187 - color contains mainly: blue. Hex color #0996BB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0996BB is #F66944. Grayscale: #6F6F6F. Windows color (decimal): -16148805 or 12293641. OLE color: 12293641.

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

Color convert

RGB 9 150 187 -
CMYK 0.95 0.20 0 0.27
HSL 192.47º 0.91% 0.38% -
HSV(B) 192.47º 0.95% 0.73% -
XYZ 19.99 25.46 50.87 -
YUV 112.06 170.29 54.49 -
System Red Green Blue C M Y K H S L
Decimal 9 150 187 0.95 0.20 0 0.27 192.47 0.91 0.38
Hex 9 96 BB 5F 14 0 1B C0 5B 26
Octal 11 226 273 137 24 0 33 300 133 46
Binary 1001 10010110 10111011 1011111 10100 0 11011 11000000 1011011 100110

Color Harmonies of #0996BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0996BB

Black with #0996BB

Text Example


Text Example

White with #0996BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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