Html Css Color HEX #0197AE Bondi Blue

📋 copy color: '#0197AE'

red 1 ◦ green 151 ◦ blue 174

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

Shades of Bondi Blue #0197AE

Tints of Bondi Blue #0197AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 53.37%

R = 0.31%
G = 46.32%
B = 53.37%

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

#0197AE (or 0x0197AE) is known color: Bondi Blue. HEX triplet: 01, 97 and AE. RGB value is (1,151,174). Sum of RGB (Red+Green+Blue) = 1+151+174=326 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 326); Green value is 151 (59.38% from 255 or 46.32% from 326); Blue value is 174 (68.36% from 255 or 53.37% from 326); Max value from RGB is 174 - color contains mainly: blue. Hex color #0197AE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0197AE is #FE6851. Grayscale: #6C6C6C. Windows color (decimal): -16672850 or 11441921. OLE color: 11441921.

HSL color Cylindrical-coordinate representation of color #0197AE: hue angle of 187.98º 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 #0197AE is Cyan = 0.99, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 1 151 174 -
CMYK 0.99 0.13 0 0.32
HSL 187.98º 0.99% 0.34% -
HSV(B) 187.98º 0.99% 0.68% -
XYZ 18.72 25.2 43.92 -
YUV 108.77 164.81 51.13 -
System Red Green Blue C M Y K H S L
Decimal 1 151 174 0.99 0.13 0 0.32 187.98 0.99 0.34
Hex 1 97 AE 63 D 0 20 BC 63 22
Octal 1 227 256 143 15 0 40 274 143 42
Binary 1 10010111 10101110 1100011 1101 0 100000 10111100 1100011 100010

Color Harmonies of #0197AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0197AE

Black with #0197AE

Text Example


Text Example

White with #0197AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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