#1288BC

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

Shades of Bondi Blue #1288BC

Tints of Bondi Blue #1288BC

Color information

#1288BC (or 0x1288BC) is unknown color: approx Bondi Blue. HEX triplet: 12, 88 and BC. RGB value is (18,136,188). Sum of RGB (Red+Green+Blue) = 18+136+188=342 (45% of max value = 765). Red value is 18 (7.42% from 255 or 5.26% from 342); Green value is 136 (53.52% from 255 or 39.77% from 342); Blue value is 188 (73.83% from 255 or 54.97% from 342); Max value from RGB is 188 - color contains mainly: blue. Hex color #1288BC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1288BC is #ED7743. Grayscale: #6A6A6A. Windows color (decimal): -15562564 or 12355602. OLE color: 12355602.

HSL color Cylindrical-coordinate representation of color #1288BC: hue angle of 198.35º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1288BC is Cyan = 0.90, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB18136188-
CMYK0.900.2800.26
HSL198.35º82.52%40.39%-
HSV(B)198.35º90.43%73.73%-
XYZ18.1321.3750.75-
YUV106.65173.9164.77-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.26%
GREEN value IS 136 (53.52% from 255) = 39.77%
BLUE value IS 188 (73.83% from 255) = 54.97%
R=5.26%
G=39.77%
B=54.97%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal181361880.900.2800.26198.3582.5240.39
Hex1288BC5A1C01Ac65328
Octal222102741323403230612350
Binary100101000100010111100101101011100011010110001101010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1288BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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