#1288BE

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

Shades of Bondi Blue #1288BE

Tints of Bondi Blue #1288BE

Color information

#1288BE (or 0x1288BE) is unknown color: approx Bondi Blue. HEX triplet: 12, 88 and BE. RGB value is (18,136,190). Sum of RGB (Red+Green+Blue) = 18+136+190=344 (45% of max value = 765). Red value is 18 (7.42% from 255 or 5.23% from 344); Green value is 136 (53.52% from 255 or 39.53% from 344); Blue value is 190 (74.61% from 255 or 55.23% from 344); Max value from RGB is 190 - color contains mainly: blue. Hex color #1288BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1288BE is #ED7741. Grayscale: #6A6A6A. Windows color (decimal): -15562562 or 12486674. OLE color: 12486674.

HSL color Cylindrical-coordinate representation of color #1288BE: hue angle of 198.84º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1288BE is Cyan = 0.91, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB18136190-
CMYK0.910.2800.25
HSL198.84º82.69%40.78%-
HSV(B)198.84º90.53%74.51%-
XYZ18.3521.4551.89-
YUV106.87174.9164.61-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.23%
GREEN value IS 136 (53.52% from 255) = 39.53%
BLUE value IS 190 (74.61% from 255) = 55.23%
R=5.23%
G=39.53%
B=55.23%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal181361900.910.2800.25198.8482.6940.78
Hex1288BE5B1C019c75329
Octal222102761333403130712351
Binary100101000100010111110101101111100011001110001111010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1288BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1288BE; }

 p { color: rgb(18,136,190); }

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

<style>
 a { background-color: #1288BE; }

 a { background-color: rgb(18,136,190); }

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

<style>
 span { border-color: #1288BE; }

 span { border-color: rgb(18,136,190); }

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