Html Css Color HEX #0997AC Bondi Blue

📋 copy color: '#0997AC'

red 9 ◦ green 151 ◦ blue 172

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

Shades of Bondi Blue #0997AC

Tints of Bondi Blue #0997AC

RGB

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

 GREEN value IS 151 (59.38% from 255) = 45.48%

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

R = 2.71%
G = 45.48%
B = 51.81%

CMYK

 C value IS 0.95

 M value IS 0.12

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0997AC (or 0x0997AC) is known color: Bondi Blue. HEX triplet: 09, 97 and AC. RGB value is (9,151,172). Sum of RGB (Red+Green+Blue) = 9+151+172=332 (43% of max value = 765). Red value is 9 (3.91% from 255 or 2.71% from 332); Green value is 151 (59.38% from 255 or 45.48% from 332); Blue value is 172 (67.58% from 255 or 51.81% from 332); Max value from RGB is 172 - color contains mainly: blue. Hex color #0997AC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0997AC is #F66853. Grayscale: #6E6E6E. Windows color (decimal): -16148564 or 11310857. OLE color: 11310857.

HSL color Cylindrical-coordinate representation of color #0997AC: hue angle of 187.73º 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 #0997AC is Cyan = 0.95, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 9 151 172 -
CMYK 0.95 0.12 0 0.33
HSL 187.73º 0.9% 0.35% -
HSV(B) 187.73º 0.95% 0.67% -
XYZ 18.63 25.17 42.91 -
YUV 110.94 162.46 55.29 -
System Red Green Blue C M Y K H S L
Decimal 9 151 172 0.95 0.12 0 0.33 187.73 0.9 0.35
Hex 9 97 AC 5F C 0 21 BC 5A 23
Octal 11 227 254 137 14 0 41 274 132 43
Binary 1001 10010111 10101100 1011111 1100 0 100001 10111100 1011010 100011

Color Harmonies of #0997AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0997AC

Black with #0997AC

Text Example


Text Example

White with #0997AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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