Html Css Color HEX #0197BD Bondi Blue

📋 copy color: '#0197BD'

red 1 ◦ green 151 ◦ blue 189

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

Shades of Bondi Blue #0197BD

Tints of Bondi Blue #0197BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 55.43%

R = 0.29%
G = 44.28%
B = 55.43%

CMYK

 C value IS 0.99

 M value IS 0.20

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0197BD (or 0x0197BD) is known color: Bondi Blue. HEX triplet: 01, 97 and BD. RGB value is (1,151,189). Sum of RGB (Red+Green+Blue) = 1+151+189=341 (45% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 341); Green value is 151 (59.38% from 255 or 44.28% from 341); Blue value is 189 (74.22% from 255 or 55.43% from 341); Max value from RGB is 189 - color contains mainly: blue. Hex color #0197BD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0197BD is #FE6842. Grayscale: #6E6E6E. Windows color (decimal): -16672835 or 12424961. OLE color: 12424961.

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

Color convert

RGB 1 151 189 -
CMYK 0.99 0.20 0 0.26
HSL 192.13º 0.99% 0.37% -
HSV(B) 192.13º 0.99% 0.74% -
XYZ 20.26 25.81 52.06 -
YUV 110.48 172.31 49.91 -
System Red Green Blue C M Y K H S L
Decimal 1 151 189 0.99 0.20 0 0.26 192.13 0.99 0.37
Hex 1 97 BD 63 14 0 1A C0 63 25
Octal 1 227 275 143 24 0 32 300 143 45
Binary 1 10010111 10111101 1100011 10100 0 11010 11000000 1100011 100101

Color Harmonies of #0197BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0197BD

Black with #0197BD

Text Example


Text Example

White with #0197BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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