Html Css Color HEX #0495AC Bondi Blue

📋 copy color: '#0495AC'

red 4 ◦ green 149 ◦ blue 172

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

Shades of Bondi Blue #0495AC

Tints of Bondi Blue #0495AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 52.92%

R = 1.23%
G = 45.85%
B = 52.92%

CMYK

 C value IS 0.98

 M value IS 0.13

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0495AC (or 0x0495AC) is known color: Bondi Blue. HEX triplet: 04, 95 and AC. RGB value is (4,149,172). Sum of RGB (Red+Green+Blue) = 4+149+172=325 (43% of max value = 765). Red value is 4 (1.95% from 255 or 1.23% from 325); Green value is 149 (58.59% from 255 or 45.85% from 325); Blue value is 172 (67.58% from 255 or 52.92% from 325); Max value from RGB is 172 - color contains mainly: blue. Hex color #0495AC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0495AC is #FB6A53. Grayscale: #6C6C6C. Windows color (decimal): -16476756 or 11310340. OLE color: 11310340.

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

Color convert

RGB 4 149 172 -
CMYK 0.98 0.13 0 0.33
HSL 188.21º 0.95% 0.35% -
HSV(B) 188.21º 0.98% 0.67% -
XYZ 18.24 24.5 42.8 -
YUV 108.27 163.96 53.63 -
System Red Green Blue C M Y K H S L
Decimal 4 149 172 0.98 0.13 0 0.33 188.21 0.95 0.35
Hex 4 95 AC 62 D 0 21 BC 5F 23
Octal 4 225 254 142 15 0 41 274 137 43
Binary 100 10010101 10101100 1100010 1101 0 100001 10111100 1011111 100011

Color Harmonies of #0495AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0495AC

Black with #0495AC

Text Example


Text Example

White with #0495AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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