Html Css Color HEX #0197BB Bondi Blue

📋 copy color: '#0197BB'

red 1 ◦ green 151 ◦ blue 187

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

Shades of Bondi Blue #0197BB

Tints of Bondi Blue #0197BB

RGB

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

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

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

R = 0.29%
G = 44.54%
B = 55.16%

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

#0197BB (or 0x0197BB) is known color: Bondi Blue. HEX triplet: 01, 97 and BB. RGB value is (1,151,187). Sum of RGB (Red+Green+Blue) = 1+151+187=339 (44% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 339); Green value is 151 (59.38% from 255 or 44.54% from 339); Blue value is 187 (73.44% from 255 or 55.16% from 339); Max value from RGB is 187 - color contains mainly: blue. Hex color #0197BB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0197BB is #FE6844. Grayscale: #6D6D6D. Windows color (decimal): -16672837 or 12293889. OLE color: 12293889.

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

Color convert

RGB 1 151 187 -
CMYK 0.99 0.19 0 0.27
HSL 191.61º 0.99% 0.37% -
HSV(B) 191.61º 0.99% 0.73% -
XYZ 20.05 25.73 50.92 -
YUV 110.25 171.31 50.07 -
System Red Green Blue C M Y K H S L
Decimal 1 151 187 0.99 0.19 0 0.27 191.61 0.99 0.37
Hex 1 97 BB 63 13 0 1B C0 63 25
Octal 1 227 273 143 23 0 33 300 143 45
Binary 1 10010111 10111011 1100011 10011 0 11011 11000000 1100011 100101

Color Harmonies of #0197BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0197BB

Black with #0197BB

Text Example


Text Example

White with #0197BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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