Html Css Color HEX #0596AD Bondi Blue

📋 copy color: '#0596AD'

red 5 ◦ green 150 ◦ blue 173

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

Shades of Bondi Blue #0596AD

Tints of Bondi Blue #0596AD

RGB

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

 GREEN value IS 150 (58.98% from 255) = 45.73%

 BLUE value IS 173 (67.97% from 255) = 52.74%

R = 1.52%
G = 45.73%
B = 52.74%

CMYK

 C value IS 0.97

 M value IS 0.13

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0596AD (or 0x0596AD) is known color: Bondi Blue. HEX triplet: 05, 96 and AD. RGB value is (5,150,173). Sum of RGB (Red+Green+Blue) = 5+150+173=328 (43% of max value = 765). Red value is 5 (2.34% from 255 or 1.52% from 328); Green value is 150 (58.98% from 255 or 45.73% from 328); Blue value is 173 (67.97% from 255 or 52.74% from 328); Max value from RGB is 173 - color contains mainly: blue. Hex color #0596AD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0596AD is #FA6952. Grayscale: #6D6D6D. Windows color (decimal): -16410963 or 11376133. OLE color: 11376133.

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

Color convert

RGB 5 150 173 -
CMYK 0.97 0.13 0 0.32
HSL 188.21º 0.94% 0.35% -
HSV(B) 188.21º 0.97% 0.68% -
XYZ 18.51 24.86 43.36 -
YUV 109.27 163.96 53.63 -
System Red Green Blue C M Y K H S L
Decimal 5 150 173 0.97 0.13 0 0.32 188.21 0.94 0.35
Hex 5 96 AD 61 D 0 20 BC 5E 23
Octal 5 226 255 141 15 0 40 274 136 43
Binary 101 10010110 10101101 1100001 1101 0 100000 10111100 1011110 100011

Color Harmonies of #0596AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0596AD

Black with #0596AD

Text Example


Text Example

White with #0596AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0596AD; }

 p { color: rgb(5,150,173); }

 H1.HeaderClassName
 {
   color: #0596AD;
 }
 .AnyTagClassName
 {
   color: #0596AD;
 }
</style>

background-color css

<style>
 a { background-color: #0596AD; }

 a { background-color: rgb(5,150,173); }

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

border-color css

<style>
 span { border-color: #0596AD; }

 span { border-color: rgb(5,150,173); }

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