#028FAB

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

Shades of Bondi Blue #028FAB

Tints of Bondi Blue #028FAB

Color information

#028FAB (or 0x028FAB) is unknown color: approx Bondi Blue. HEX triplet: 02, 8F and AB. RGB value is (2,143,171). Sum of RGB (Red+Green+Blue) = 2+143+171=316 (41% of max value = 765). Red value is 2 (1.17% from 255 or 0.63% from 316); Green value is 143 (56.25% from 255 or 45.25% from 316); Blue value is 171 (67.19% from 255 or 54.11% from 316); Max value from RGB is 171 - color contains mainly: blue. Hex color #028FAB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #028FAB is #FD7054. Grayscale: #676767. Windows color (decimal): -16609365 or 11243266. OLE color: 11243266.

HSL color Cylindrical-coordinate representation of color #028FAB: hue angle of 189.94º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #028FAB is Cyan = 0.99, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB2143171-
CMYK0.990.1600.33
HSL189.94º97.69%33.92%-
HSV(B)189.94º98.83%67.06%-
XYZ17.222.641.98-
YUV104.03165.7955.22-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.63%
GREEN value IS 143 (56.25% from 255) = 45.25%
BLUE value IS 171 (67.19% from 255) = 54.11%
R=0.63%
G=45.25%
B=54.11%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal21431710.990.1600.33189.9497.6933.92
Hex28FAB6310021be6222
Octal22172531432004127614242
Binary1010001111101010111100011100000100001101111101100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #028FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,143,171); }

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

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

 a { background-color: rgb(2,143,171); }

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

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

 span { border-color: rgb(2,143,171); }

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