#1290BB

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

Shades of Bondi Blue #1290BB

Tints of Bondi Blue #1290BB

Color information

#1290BB (or 0x1290BB) is unknown color: approx Bondi Blue. HEX triplet: 12, 90 and BB. RGB value is (18,144,187). Sum of RGB (Red+Green+Blue) = 18+144+187=349 (46% of max value = 765). Red value is 18 (7.42% from 255 or 5.16% from 349); Green value is 144 (56.64% from 255 or 41.26% from 349); Blue value is 187 (73.44% from 255 or 53.58% from 349); Max value from RGB is 187 - color contains mainly: blue. Hex color #1290BB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1290BB is #ED6F44. Grayscale: #6E6E6E. Windows color (decimal): -15560517 or 12292114. OLE color: 12292114.

HSL color Cylindrical-coordinate representation of color #1290BB: hue angle of 195.27º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1290BB is Cyan = 0.90, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB18144187-
CMYK0.900.2300.27
HSL195.27º82.44%40.2%-
HSV(B)195.27º90.37%73.33%-
XYZ19.1923.6650.57-
YUV111.23170.7661.5-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.16%
GREEN value IS 144 (56.64% from 255) = 41.26%
BLUE value IS 187 (73.44% from 255) = 53.58%
R=5.16%
G=41.26%
B=53.58%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal181441870.900.2300.27195.2782.4440.2
Hex1290BB5A1701Bc35228
Octal222202731322703330312250
Binary100101001000010111011101101010111011011110000111010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1290BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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