#128EAC

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

Shades of Bondi Blue #128EAC

Tints of Bondi Blue #128EAC

Color information

#128EAC (or 0x128EAC) is unknown color: approx Bondi Blue. HEX triplet: 12, 8E and AC. RGB value is (18,142,172). Sum of RGB (Red+Green+Blue) = 18+142+172=332 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.42% from 332); Green value is 142 (55.86% from 255 or 42.77% from 332); Blue value is 172 (67.58% from 255 or 51.81% from 332); Max value from RGB is 172 - color contains mainly: blue. Hex color #128EAC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #128EAC is #ED7153. Grayscale: #6C6C6C. Windows color (decimal): -15561044 or 11308562. OLE color: 11308562.

HSL color Cylindrical-coordinate representation of color #128EAC: hue angle of 191.69º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #128EAC is Cyan = 0.90, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB18142172-
CMYK0.900.1700.33
HSL191.69º81.05%37.25%-
HSV(B)191.69º89.53%67.45%-
XYZ17.3722.4542.45-
YUV108.34163.9263.56-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.42%
GREEN value IS 142 (55.86% from 255) = 42.77%
BLUE value IS 172 (67.58% from 255) = 51.81%
R=5.42%
G=42.77%
B=51.81%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal181421720.900.1700.33191.6981.0537.25
Hex128EAC5A11021c05125
Octal222162541322104130012145
Binary1001010001110101011001011010100010100001110000001010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #128EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #128EAC; }

 p { color: rgb(18,142,172); }

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

<style>
 a { background-color: #128EAC; }

 a { background-color: rgb(18,142,172); }

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

<style>
 span { border-color: #128EAC; }

 span { border-color: rgb(18,142,172); }

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