Html Css Color HEX #0996AC Bondi Blue

📋 copy color: '#0996AC'

red 9 ◦ green 150 ◦ blue 172

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

Shades of Bondi Blue #0996AC

Tints of Bondi Blue #0996AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 51.96%

R = 2.72%
G = 45.32%
B = 51.96%

CMYK

 C value IS 0.95

 M value IS 0.13

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0996AC (or 0x0996AC) is known color: Bondi Blue. HEX triplet: 09, 96 and AC. RGB value is (9,150,172). Sum of RGB (Red+Green+Blue) = 9+150+172=331 (43% of max value = 765). Red value is 9 (3.91% from 255 or 2.72% from 331); Green value is 150 (58.98% from 255 or 45.32% from 331); Blue value is 172 (67.58% from 255 or 51.96% from 331); Max value from RGB is 172 - color contains mainly: blue. Hex color #0996AC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0996AC is #F66953. Grayscale: #6E6E6E. Windows color (decimal): -16148820 or 11310601. OLE color: 11310601.

HSL color Cylindrical-coordinate representation of color #0996AC: hue angle of 188.1º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0996AC is Cyan = 0.95, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 9 150 172 -
CMYK 0.95 0.13 0 0.33
HSL 188.1º 0.9% 0.35% -
HSV(B) 188.1º 0.95% 0.67% -
XYZ 18.47 24.85 42.85 -
YUV 110.35 162.79 55.71 -
System Red Green Blue C M Y K H S L
Decimal 9 150 172 0.95 0.13 0 0.33 188.1 0.9 0.35
Hex 9 96 AC 5F D 0 21 BC 5A 23
Octal 11 226 254 137 15 0 41 274 132 43
Binary 1001 10010110 10101100 1011111 1101 0 100001 10111100 1011010 100011

Color Harmonies of #0996AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0996AC

Black with #0996AC

Text Example


Text Example

White with #0996AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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