Html Css Color HEX #0497BD Bondi Blue

📋 copy color: '#0497BD'

red 4 ◦ green 151 ◦ blue 189

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

Shades of Bondi Blue #0497BD

Tints of Bondi Blue #0497BD

RGB

 RED value IS 4 (1.95% from 255) = 1.16%

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

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

R = 1.16%
G = 43.9%
B = 54.94%

CMYK

 C value IS 0.98

 M value IS 0.20

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0497BD (or 0x0497BD) is known color: Bondi Blue. HEX triplet: 04, 97 and BD. RGB value is (4,151,189). Sum of RGB (Red+Green+Blue) = 4+151+189=344 (45% of max value = 765). Red value is 4 (1.95% from 255 or 1.16% from 344); Green value is 151 (59.38% from 255 or 43.90% from 344); Blue value is 189 (74.22% from 255 or 54.94% from 344); Max value from RGB is 189 - color contains mainly: blue. Hex color #0497BD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0497BD is #FB6842. Grayscale: #6F6F6F. Windows color (decimal): -16476227 or 12424964. OLE color: 12424964.

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

Color convert

RGB 4 151 189 -
CMYK 0.98 0.20 0 0.26
HSL 192.32º 0.96% 0.38% -
HSV(B) 192.32º 0.98% 0.74% -
XYZ 20.3 25.83 52.06 -
YUV 111.38 171.8 51.41 -
System Red Green Blue C M Y K H S L
Decimal 4 151 189 0.98 0.20 0 0.26 192.32 0.96 0.38
Hex 4 97 BD 62 14 0 1A C0 60 26
Octal 4 227 275 142 24 0 32 300 140 46
Binary 100 10010111 10111101 1100010 10100 0 11010 11000000 1100000 100110

Color Harmonies of #0497BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0497BD

Black with #0497BD

Text Example


Text Example

White with #0497BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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