Html Css Color HEX #0197A6 Bondi Blue

📋 copy color: '#0197A6'

red 1 ◦ green 151 ◦ blue 166

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

Shades of Bondi Blue #0197A6

Tints of Bondi Blue #0197A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 52.2%

R = 0.31%
G = 47.48%
B = 52.2%

CMYK

 C value IS 0.99

 M value IS 0.09

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#0197A6 (or 0x0197A6) is known color: Bondi Blue. HEX triplet: 01, 97 and A6. RGB value is (1,151,166). Sum of RGB (Red+Green+Blue) = 1+151+166=318 (42% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 318); Green value is 151 (59.38% from 255 or 47.48% from 318); Blue value is 166 (65.23% from 255 or 52.20% from 318); Max value from RGB is 166 - color contains mainly: blue. Hex color #0197A6 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0197A6 is #FE6859. Grayscale: #6B6B6B. Windows color (decimal): -16672858 or 10917633. OLE color: 10917633.

HSL color Cylindrical-coordinate representation of color #0197A6: hue angle of 185.45º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0197A6 is Cyan = 0.99, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 1 151 166 -
CMYK 0.99 0.09 0 0.35
HSL 185.45º 0.99% 0.33% -
HSV(B) 185.45º 0.99% 0.65% -
XYZ 17.96 24.89 39.93 -
YUV 107.86 160.81 51.78 -
System Red Green Blue C M Y K H S L
Decimal 1 151 166 0.99 0.09 0 0.35 185.45 0.99 0.33
Hex 1 97 A6 63 9 0 23 B9 63 21
Octal 1 227 246 143 11 0 43 271 143 41
Binary 1 10010111 10100110 1100011 1001 0 100011 10111001 1100011 100001

Color Harmonies of #0197A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0197A6

Black with #0197A6

Text Example


Text Example

White with #0197A6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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