Html Css Color HEX #0598AB Bondi Blue

📋 copy color: '#0598AB'

red 5 ◦ green 152 ◦ blue 171

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

Shades of Bondi Blue #0598AB

Tints of Bondi Blue #0598AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 52.13%

R = 1.52%
G = 46.34%
B = 52.13%

CMYK

 C value IS 0.97

 M value IS 0.11

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0598AB (or 0x0598AB) is known color: Bondi Blue. HEX triplet: 05, 98 and AB. RGB value is (5,152,171). Sum of RGB (Red+Green+Blue) = 5+152+171=328 (43% of max value = 765). Red value is 5 (2.34% from 255 or 1.52% from 328); Green value is 152 (59.77% from 255 or 46.34% from 328); Blue value is 171 (67.19% from 255 or 52.13% from 328); Max value from RGB is 171 - color contains mainly: blue. Hex color #0598AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0598AB is #FA6754. Grayscale: #6D6D6D. Windows color (decimal): -16410453 or 11245573. OLE color: 11245573.

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

Color convert

RGB 5 152 171 -
CMYK 0.97 0.11 0 0.33
HSL 186.87º 0.94% 0.35% -
HSV(B) 186.87º 0.97% 0.67% -
XYZ 18.64 25.43 42.45 -
YUV 110.21 162.3 52.96 -
System Red Green Blue C M Y K H S L
Decimal 5 152 171 0.97 0.11 0 0.33 186.87 0.94 0.35
Hex 5 98 AB 61 B 0 21 BB 5E 23
Octal 5 230 253 141 13 0 41 273 136 43
Binary 101 10011000 10101011 1100001 1011 0 100001 10111011 1011110 100011

Color Harmonies of #0598AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0598AB

Black with #0598AB

Text Example


Text Example

White with #0598AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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