Html Css Color HEX #0598AC Bondi Blue

📋 copy color: '#0598AC'

red 5 ◦ green 152 ◦ blue 172

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

Shades of Bondi Blue #0598AC

Tints of Bondi Blue #0598AC

RGB

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

 GREEN value IS 152 (59.77% from 255) = 46.2%

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

R = 1.52%
G = 46.2%
B = 52.28%

CMYK

 C value IS 0.97

 M value IS 0.12

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0598AC (or 0x0598AC) is known color: Bondi Blue. HEX triplet: 05, 98 and AC. RGB value is (5,152,172). Sum of RGB (Red+Green+Blue) = 5+152+172=329 (43% of max value = 765). Red value is 5 (2.34% from 255 or 1.52% from 329); Green value is 152 (59.77% from 255 or 46.20% from 329); Blue value is 172 (67.58% from 255 or 52.28% from 329); Max value from RGB is 172 - color contains mainly: blue. Hex color #0598AC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0598AC is #FA6753. Grayscale: #6E6E6E. Windows color (decimal): -16410452 or 11311109. OLE color: 11311109.

HSL color Cylindrical-coordinate representation of color #0598AC: hue angle of 187.19º 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 #0598AC is Cyan = 0.97, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 5 152 172 -
CMYK 0.97 0.12 0 0.33
HSL 187.19º 0.94% 0.35% -
HSV(B) 187.19º 0.97% 0.67% -
XYZ 18.74 25.47 42.96 -
YUV 110.33 162.8 52.87 -
System Red Green Blue C M Y K H S L
Decimal 5 152 172 0.97 0.12 0 0.33 187.19 0.94 0.35
Hex 5 98 AC 61 C 0 21 BB 5E 23
Octal 5 230 254 141 14 0 41 273 136 43
Binary 101 10011000 10101100 1100001 1100 0 100001 10111011 1011110 100011

Color Harmonies of #0598AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0598AC

Black with #0598AC

Text Example


Text Example

White with #0598AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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