#028AB5

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

Shades of Bondi Blue #028AB5

Tints of Bondi Blue #028AB5

Color information

#028AB5 (or 0x028AB5) is unknown color: approx Bondi Blue. HEX triplet: 02, 8A and B5. RGB value is (2,138,181). Sum of RGB (Red+Green+Blue) = 2+138+181=321 (42% of max value = 765). Red value is 2 (1.17% from 255 or 0.62% from 321); Green value is 138 (54.30% from 255 or 42.99% from 321); Blue value is 181 (71.09% from 255 or 56.39% from 321); Max value from RGB is 181 - color contains mainly: blue. Hex color #028AB5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #028AB5 is #FD754A. Grayscale: #656565. Windows color (decimal): -16610635 or 11897346. OLE color: 11897346.

HSL color Cylindrical-coordinate representation of color #028AB5: hue angle of 194.41º 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 #028AB5 is Cyan = 0.99, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB2138181-
CMYK0.990.2400.29
HSL194.41º97.81%35.88%-
HSV(B)194.41º98.9%70.98%-
XYZ17.4521.5346.95-
YUV102.24172.4456.5-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.62%
GREEN value IS 138 (54.30% from 255) = 42.99%
BLUE value IS 181 (71.09% from 255) = 56.39%
R=0.62%
G=42.99%
B=56.39%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal21381810.990.2400.29194.4197.8135.88
Hex28AB5631801Dc26224
Octal22122651433003530214244
Binary101000101010110101110001111000011101110000101100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #028AB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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