#1290AC

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

Shades of Bondi Blue #1290AC

Tints of Bondi Blue #1290AC

Color information

#1290AC (or 0x1290AC) is unknown color: approx Bondi Blue. HEX triplet: 12, 90 and AC. RGB value is (18,144,172). Sum of RGB (Red+Green+Blue) = 18+144+172=334 (44% of max value = 765). Red value is 18 (7.42% from 255 or 5.39% from 334); Green value is 144 (56.64% from 255 or 43.11% from 334); Blue value is 172 (67.58% from 255 or 51.50% from 334); Max value from RGB is 172 - color contains mainly: blue. Hex color #1290AC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1290AC is #ED6F53. Grayscale: #6D6D6D. Windows color (decimal): -15560532 or 11309074. OLE color: 11309074.

HSL color Cylindrical-coordinate representation of color #1290AC: hue angle of 190.91º 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 #1290AC is Cyan = 0.90, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB18144172-
CMYK0.900.1600.33
HSL190.91º81.05%37.25%-
HSV(B)190.91º89.53%67.45%-
XYZ17.6723.0542.55-
YUV109.52163.2662.72-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.39%
GREEN value IS 144 (56.64% from 255) = 43.11%
BLUE value IS 172 (67.58% from 255) = 51.50%
R=5.39%
G=43.11%
B=51.50%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal181441720.900.1600.33190.9181.0537.25
Hex1290AC5A10021bf5125
Octal222202541322004127712145
Binary1001010010000101011001011010100000100001101111111010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1290AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1290AC; }

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

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

<style>
 a { background-color: #1290AC; }

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

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

<style>
 span { border-color: #1290AC; }

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

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