#0599B0

Color #0599B0 Bondi Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bondi Blue #0599B0

Tints of Bondi Blue #0599B0

Color information

#0599B0 (or 0x0599B0) is unknown color: approx Bondi Blue. HEX triplet: 05, 99 and B0. RGB value is (5,153,176). Sum of RGB (Red+Green+Blue) = 5+153+176=334 (44% of max value = 765). Red value is 5 (2.34% from 255 or 1.50% from 334); Green value is 153 (60.16% from 255 or 45.81% from 334); Blue value is 176 (69.14% from 255 or 52.69% from 334); Max value from RGB is 176 - color contains mainly: blue. Hex color #0599B0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0599B0 is #FA664F. Grayscale: #6F6F6F. Windows color (decimal): -16410192 or 11573509. OLE color: 11573509.

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

Color convert

RGB5153176-
CMYK0.970.1300.31
HSL188.07º94.48%35.49%-
HSV(B)188.07º97.16%69.02%-
XYZ19.2925.9545.07-
YUV111.37164.4752.13-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.50%
GREEN value IS 153 (60.16% from 255) = 45.81%
BLUE value IS 176 (69.14% from 255) = 52.69%
R=1.50%
G=45.81%
B=52.69%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal51531760.970.1300.31188.0794.4835.49
Hex599B061D01Fbc5e23
Octal52312601411503727413643
Binary101100110011011000011000011101011111101111001011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0599B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0599B0; }

 p { color: rgb(5,153,176); }

 H1.HeaderClassName
 {
   color: #0599B0;
 }
 .AnyTagClassName
 {
   color: #0599B0;
 }
</style>
background-color css

<style>
 a { background-color: #0599B0; }

 a { background-color: rgb(5,153,176); }

 div.DivClassName
 {
   background-color: #0599B0;
 }
 .BgClassName
 {
   background-color: #0599B0;
 }
</style>
border-color css

<style>
 span { border-color: #0599B0; }

 span { border-color: rgb(5,153,176); }

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