Html Css Color HEX #0497BB Bondi Blue

📋 copy color: '#0497BB'

red 4 ◦ green 151 ◦ blue 187

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

Shades of Bondi Blue #0497BB

Tints of Bondi Blue #0497BB

RGB

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

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

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

R = 1.17%
G = 44.15%
B = 54.68%

CMYK

 C value IS 0.98

 M value IS 0.19

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0497BB (or 0x0497BB) is known color: Bondi Blue. HEX triplet: 04, 97 and BB. RGB value is (4,151,187). Sum of RGB (Red+Green+Blue) = 4+151+187=342 (45% of max value = 765). Red value is 4 (1.95% from 255 or 1.17% from 342); Green value is 151 (59.38% from 255 or 44.15% from 342); Blue value is 187 (73.44% from 255 or 54.68% from 342); Max value from RGB is 187 - color contains mainly: blue. Hex color #0497BB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0497BB is #FB6844. Grayscale: #6E6E6E. Windows color (decimal): -16476229 or 12293892. OLE color: 12293892.

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

Color convert

RGB 4 151 187 -
CMYK 0.98 0.19 0 0.27
HSL 191.8º 0.96% 0.37% -
HSV(B) 191.8º 0.98% 0.73% -
XYZ 20.09 25.75 50.92 -
YUV 111.15 170.8 51.57 -
System Red Green Blue C M Y K H S L
Decimal 4 151 187 0.98 0.19 0 0.27 191.8 0.96 0.37
Hex 4 97 BB 62 13 0 1B C0 60 25
Octal 4 227 273 142 23 0 33 300 140 45
Binary 100 10010111 10111011 1100010 10011 0 11011 11000000 1100000 100101

Color Harmonies of #0497BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0497BB

Black with #0497BB

Text Example


Text Example

White with #0497BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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