#008AB8

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

Shades of Bondi Blue #008AB8

Tints of Bondi Blue #008AB8

Color information

#008AB8 (or 0x008AB8) is unknown color: approx Bondi Blue. HEX triplet: 00, 8A and B8. RGB value is (0,138,184). Sum of RGB (Red+Green+Blue) = 0+138+184=322 (42% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 322); Green value is 138 (54.30% from 255 or 42.86% from 322); Blue value is 184 (72.27% from 255 or 57.14% from 322); Max value from RGB is 184 - color contains mainly: blue. Hex color #008AB8 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #008AB8 is #FF7547. Grayscale: #656565. Windows color (decimal): -16741704 or 12093952. OLE color: 12093952.

HSL color Cylindrical-coordinate representation of color #008AB8: hue angle of 195º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008AB8 is Cyan = 1, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB0138184-
CMYK10.2500.28
HSL195º100%36.08%-
HSV(B)195º100%72.16%-
XYZ17.7421.6448.59-
YUV101.98174.2855.26-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 138 (54.30% from 255) = 42.86%
BLUE value IS 184 (72.27% from 255) = 57.14%
R=0%
G=42.86%
B=57.14%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal013818410.2500.2819510036.08
Hex08AB8641901Cc36424
Octal02122701443103430314444
Binary01000101010111000110010011001011100110000111100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #008AB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #008AB8; }

 p { color: rgb(0,138,184); }

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

<style>
 a { background-color: #008AB8; }

 a { background-color: rgb(0,138,184); }

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

<style>
 span { border-color: #008AB8; }

 span { border-color: rgb(0,138,184); }

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