Html Css Color HEX #0595AC Bondi Blue

📋 copy color: '#0595AC'

red 5 ◦ green 149 ◦ blue 172

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

Shades of Bondi Blue #0595AC

Tints of Bondi Blue #0595AC

RGB

 RED value IS 5 (2.34% from 255) = 1.53%

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

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

R = 1.53%
G = 45.71%
B = 52.76%

CMYK

 C value IS 0.97

 M value IS 0.13

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0595AC (or 0x0595AC) is known color: Bondi Blue. HEX triplet: 05, 95 and AC. RGB value is (5,149,172). Sum of RGB (Red+Green+Blue) = 5+149+172=326 (43% of max value = 765). Red value is 5 (2.34% from 255 or 1.53% from 326); Green value is 149 (58.59% from 255 or 45.71% from 326); Blue value is 172 (67.58% from 255 or 52.76% from 326); Max value from RGB is 172 - color contains mainly: blue. Hex color #0595AC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0595AC is #FA6A53. Grayscale: #6C6C6C. Windows color (decimal): -16411220 or 11310341. OLE color: 11310341.

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

Color convert

RGB 5 149 172 -
CMYK 0.97 0.13 0 0.33
HSL 188.26º 0.94% 0.35% -
HSV(B) 188.26º 0.97% 0.67% -
XYZ 18.26 24.51 42.8 -
YUV 108.57 163.79 54.13 -
System Red Green Blue C M Y K H S L
Decimal 5 149 172 0.97 0.13 0 0.33 188.26 0.94 0.35
Hex 5 95 AC 61 D 0 21 BC 5E 23
Octal 5 225 254 141 15 0 41 274 136 43
Binary 101 10010101 10101100 1100001 1101 0 100001 10111100 1011110 100011

Color Harmonies of #0595AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0595AC

Black with #0595AC

Text Example


Text Example

White with #0595AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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