Html Css Color HEX #0997BB Bondi Blue

📋 copy color: '#0997BB'

red 9 ◦ green 151 ◦ blue 187

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

Shades of Bondi Blue #0997BB

Tints of Bondi Blue #0997BB

RGB

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

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

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

R = 2.59%
G = 43.52%
B = 53.89%

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

#0997BB (or 0x0997BB) is known color: Bondi Blue. HEX triplet: 09, 97 and BB. RGB value is (9,151,187). Sum of RGB (Red+Green+Blue) = 9+151+187=347 (45% of max value = 765). Red value is 9 (3.91% from 255 or 2.59% from 347); Green value is 151 (59.38% from 255 or 43.52% from 347); Blue value is 187 (73.44% from 255 or 53.89% from 347); Max value from RGB is 187 - color contains mainly: blue. Hex color #0997BB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0997BB is #F66844. Grayscale: #707070. Windows color (decimal): -16148549 or 12293897. OLE color: 12293897.

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

Color convert

RGB 9 151 187 -
CMYK 0.95 0.19 0 0.27
HSL 192.13º 0.91% 0.38% -
HSV(B) 192.13º 0.95% 0.73% -
XYZ 20.15 25.78 50.93 -
YUV 112.65 169.96 54.07 -
System Red Green Blue C M Y K H S L
Decimal 9 151 187 0.95 0.19 0 0.27 192.13 0.91 0.38
Hex 9 97 BB 5F 13 0 1B C0 5B 26
Octal 11 227 273 137 23 0 33 300 133 46
Binary 1001 10010111 10111011 1011111 10011 0 11011 11000000 1011011 100110

Color Harmonies of #0997BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0997BB

Black with #0997BB

Text Example


Text Example

White with #0997BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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