Html Css Color HEX #0197AD Bondi Blue

📋 copy color: '#0197AD'

red 1 ◦ green 151 ◦ blue 173

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

Shades of Bondi Blue #0197AD

Tints of Bondi Blue #0197AD

RGB

 RED value IS 1 (0.78% from 255) = 0.31%

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

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

R = 0.31%
G = 46.46%
B = 53.23%

CMYK

 C value IS 0.99

 M value IS 0.13

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0197AD (or 0x0197AD) is known color: Bondi Blue. HEX triplet: 01, 97 and AD. RGB value is (1,151,173). Sum of RGB (Red+Green+Blue) = 1+151+173=325 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 325); Green value is 151 (59.38% from 255 or 46.46% from 325); Blue value is 173 (67.97% from 255 or 53.23% from 325); Max value from RGB is 173 - color contains mainly: blue. Hex color #0197AD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0197AD is #FE6852. Grayscale: #6C6C6C. Windows color (decimal): -16672851 or 11376385. OLE color: 11376385.

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

Color convert

RGB 1 151 173 -
CMYK 0.99 0.13 0 0.32
HSL 187.67º 0.99% 0.34% -
HSV(B) 187.67º 0.99% 0.68% -
XYZ 18.62 25.16 43.41 -
YUV 108.66 164.31 51.21 -
System Red Green Blue C M Y K H S L
Decimal 1 151 173 0.99 0.13 0 0.32 187.67 0.99 0.34
Hex 1 97 AD 63 D 0 20 BC 63 22
Octal 1 227 255 143 15 0 40 274 143 42
Binary 1 10010111 10101101 1100011 1101 0 100000 10111100 1100011 100010

Color Harmonies of #0197AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0197AD

Black with #0197AD

Text Example


Text Example

White with #0197AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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