Html Css Color HEX #0495AA Bondi Blue

📋 copy color: '#0495AA'

red 4 ◦ green 149 ◦ blue 170

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

Shades of Bondi Blue #0495AA

Tints of Bondi Blue #0495AA

RGB

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

 GREEN value IS 149 (58.59% from 255) = 46.13%

 BLUE value IS 170 (66.8% from 255) = 52.63%

R = 1.24%
G = 46.13%
B = 52.63%

CMYK

 C value IS 0.98

 M value IS 0.12

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0495AA (or 0x0495AA) is known color: Bondi Blue. HEX triplet: 04, 95 and AA. RGB value is (4,149,170). Sum of RGB (Red+Green+Blue) = 4+149+170=323 (42% of max value = 765). Red value is 4 (1.95% from 255 or 1.24% from 323); Green value is 149 (58.59% from 255 or 46.13% from 323); Blue value is 170 (66.80% from 255 or 52.63% from 323); Max value from RGB is 170 - color contains mainly: blue. Hex color #0495AA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0495AA is #FB6A55. Grayscale: #6B6B6B. Windows color (decimal): -16476758 or 11179268. OLE color: 11179268.

HSL color Cylindrical-coordinate representation of color #0495AA: hue angle of 187.59º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0495AA is Cyan = 0.98, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 4 149 170 -
CMYK 0.98 0.12 0 0.33
HSL 187.59º 0.95% 0.34% -
HSV(B) 187.59º 0.98% 0.67% -
XYZ 18.05 24.42 41.79 -
YUV 108.04 162.96 53.79 -
System Red Green Blue C M Y K H S L
Decimal 4 149 170 0.98 0.12 0 0.33 187.59 0.95 0.34
Hex 4 95 AA 62 C 0 21 BC 5F 22
Octal 4 225 252 142 14 0 41 274 137 42
Binary 100 10010101 10101010 1100010 1100 0 100001 10111100 1011111 100010

Color Harmonies of #0495AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0495AA

Black with #0495AA

Text Example


Text Example

White with #0495AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0495AA; }

 p { color: rgb(4,149,170); }

 H1.HeaderClassName
 {
   color: #0495AA;
 }
 .AnyTagClassName
 {
   color: #0495AA;
 }
</style>

background-color css

<style>
 a { background-color: #0495AA; }

 a { background-color: rgb(4,149,170); }

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

border-color css

<style>
 span { border-color: #0495AA; }

 span { border-color: rgb(4,149,170); }

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