#028BB5

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

Shades of Bondi Blue #028BB5

Tints of Bondi Blue #028BB5

Color information

#028BB5 (or 0x028BB5) is unknown color: approx Bondi Blue. HEX triplet: 02, 8B and B5. RGB value is (2,139,181). Sum of RGB (Red+Green+Blue) = 2+139+181=322 (42% of max value = 765). Red value is 2 (1.17% from 255 or 0.62% from 322); Green value is 139 (54.69% from 255 or 43.17% from 322); Blue value is 181 (71.09% from 255 or 56.21% from 322); Max value from RGB is 181 - color contains mainly: blue. Hex color #028BB5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #028BB5 is #FD744A. Grayscale: #666666. Windows color (decimal): -16610379 or 11897602. OLE color: 11897602.

HSL color Cylindrical-coordinate representation of color #028BB5: hue angle of 194.08º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #028BB5 is Cyan = 0.99, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB2139181-
CMYK0.990.2300.29
HSL194.08º97.81%35.88%-
HSV(B)194.08º98.9%70.98%-
XYZ17.621.8147-
YUV102.82172.1156.08-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.62%
GREEN value IS 139 (54.69% from 255) = 43.17%
BLUE value IS 181 (71.09% from 255) = 56.21%
R=0.62%
G=43.17%
B=56.21%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal21391810.990.2300.29194.0897.8135.88
Hex28BB5631701Dc26224
Octal22132651432703530214244
Binary101000101110110101110001110111011101110000101100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #028BB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #028BB5; }

 p { color: rgb(2,139,181); }

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

<style>
 a { background-color: #028BB5; }

 a { background-color: rgb(2,139,181); }

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

<style>
 span { border-color: #028BB5; }

 span { border-color: rgb(2,139,181); }

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