Html Css Color HEX #0596BD Bondi Blue

📋 copy color: '#0596BD'

red 5 ◦ green 150 ◦ blue 189

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

Shades of Bondi Blue #0596BD

Tints of Bondi Blue #0596BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 54.94%

R = 1.45%
G = 43.6%
B = 54.94%

CMYK

 C value IS 0.97

 M value IS 0.21

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0596BD (or 0x0596BD) is known color: Bondi Blue. HEX triplet: 05, 96 and BD. RGB value is (5,150,189). Sum of RGB (Red+Green+Blue) = 5+150+189=344 (45% of max value = 765). Red value is 5 (2.34% from 255 or 1.45% from 344); Green value is 150 (58.98% from 255 or 43.60% from 344); Blue value is 189 (74.22% from 255 or 54.94% from 344); Max value from RGB is 189 - color contains mainly: blue. Hex color #0596BD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0596BD is #FA6942. Grayscale: #6E6E6E. Windows color (decimal): -16410947 or 12424709. OLE color: 12424709.

HSL color Cylindrical-coordinate representation of color #0596BD: hue angle of 192.72º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0596BD is Cyan = 0.97, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 5 150 189 -
CMYK 0.97 0.21 0 0.26
HSL 192.72º 0.95% 0.38% -
HSV(B) 192.72º 0.97% 0.74% -
XYZ 20.15 25.52 52.01 -
YUV 111.09 171.96 52.33 -
System Red Green Blue C M Y K H S L
Decimal 5 150 189 0.97 0.21 0 0.26 192.72 0.95 0.38
Hex 5 96 BD 61 15 0 1A C1 5F 26
Octal 5 226 275 141 25 0 32 301 137 46
Binary 101 10010110 10111101 1100001 10101 0 11010 11000001 1011111 100110

Color Harmonies of #0596BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0596BD

Black with #0596BD

Text Example


Text Example

White with #0596BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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