Html Css Color HEX #0997AD Bondi Blue

📋 copy color: '#0997AD'

red 9 ◦ green 151 ◦ blue 173

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

Shades of Bondi Blue #0997AD

Tints of Bondi Blue #0997AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 51.95%

R = 2.7%
G = 45.35%
B = 51.95%

CMYK

 C value IS 0.95

 M value IS 0.13

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0997AD (or 0x0997AD) is known color: Bondi Blue. HEX triplet: 09, 97 and AD. RGB value is (9,151,173). Sum of RGB (Red+Green+Blue) = 9+151+173=333 (44% of max value = 765). Red value is 9 (3.91% from 255 or 2.70% from 333); Green value is 151 (59.38% from 255 or 45.35% from 333); Blue value is 173 (67.97% from 255 or 51.95% from 333); Max value from RGB is 173 - color contains mainly: blue. Hex color #0997AD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0997AD is #F66852. Grayscale: #6E6E6E. Windows color (decimal): -16148563 or 11376393. OLE color: 11376393.

HSL color Cylindrical-coordinate representation of color #0997AD: hue angle of 188.05º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0997AD is Cyan = 0.95, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 9 151 173 -
CMYK 0.95 0.13 0 0.32
HSL 188.05º 0.9% 0.36% -
HSV(B) 188.05º 0.95% 0.68% -
XYZ 18.72 25.21 43.41 -
YUV 111.05 162.96 55.21 -
System Red Green Blue C M Y K H S L
Decimal 9 151 173 0.95 0.13 0 0.32 188.05 0.9 0.36
Hex 9 97 AD 5F D 0 20 BC 5A 24
Octal 11 227 255 137 15 0 40 274 132 44
Binary 1001 10010111 10101101 1011111 1101 0 100000 10111100 1011010 100100

Color Harmonies of #0997AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0997AD

Black with #0997AD

Text Example


Text Example

White with #0997AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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