Html Css Color HEX #0197BA Bondi Blue

📋 copy color: '#0197BA'

red 1 ◦ green 151 ◦ blue 186

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

Shades of Bondi Blue #0197BA

Tints of Bondi Blue #0197BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 55.03%

R = 0.3%
G = 44.67%
B = 55.03%

CMYK

 C value IS 0.99

 M value IS 0.19

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0197BA (or 0x0197BA) is known color: Bondi Blue. HEX triplet: 01, 97 and BA. RGB value is (1,151,186). Sum of RGB (Red+Green+Blue) = 1+151+186=338 (44% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 338); Green value is 151 (59.38% from 255 or 44.67% from 338); Blue value is 186 (73.05% from 255 or 55.03% from 338); Max value from RGB is 186 - color contains mainly: blue. Hex color #0197BA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0197BA is #FE6845. Grayscale: #6D6D6D. Windows color (decimal): -16672838 or 12228353. OLE color: 12228353.

HSL color Cylindrical-coordinate representation of color #0197BA: hue angle of 191.35º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0197BA is Cyan = 0.99, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 1 151 186 -
CMYK 0.99 0.19 0 0.27
HSL 191.35º 0.99% 0.37% -
HSV(B) 191.35º 0.99% 0.73% -
XYZ 19.94 25.68 50.36 -
YUV 110.14 170.81 50.15 -
System Red Green Blue C M Y K H S L
Decimal 1 151 186 0.99 0.19 0 0.27 191.35 0.99 0.37
Hex 1 97 BA 63 13 0 1B BF 63 25
Octal 1 227 272 143 23 0 33 277 143 45
Binary 1 10010111 10111010 1100011 10011 0 11011 10111111 1100011 100101

Color Harmonies of #0197BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0197BA

Black with #0197BA

Text Example


Text Example

White with #0197BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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