#1288C3

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

Shades of Bondi Blue #1288C3

Tints of Bondi Blue #1288C3

Color information

#1288C3 (or 0x1288C3) is unknown color: approx Bondi Blue. HEX triplet: 12, 88 and C3. RGB value is (18,136,195). Sum of RGB (Red+Green+Blue) = 18+136+195=349 (46% of max value = 765). Red value is 18 (7.42% from 255 or 5.16% from 349); Green value is 136 (53.52% from 255 or 38.97% from 349); Blue value is 195 (76.56% from 255 or 55.87% from 349); Max value from RGB is 195 - color contains mainly: blue. Hex color #1288C3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1288C3 is #ED773C. Grayscale: #6B6B6B. Windows color (decimal): -15562557 or 12814354. OLE color: 12814354.

HSL color Cylindrical-coordinate representation of color #1288C3: hue angle of 200º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1288C3 is Cyan = 0.91, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB18136195-
CMYK0.910.3000.24
HSL200º83.1%41.76%-
HSV(B)200º90.77%76.47%-
XYZ18.921.6854.82-
YUV107.44177.4164.2-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.16%
GREEN value IS 136 (53.52% from 255) = 38.97%
BLUE value IS 195 (76.56% from 255) = 55.87%
R=5.16%
G=38.97%
B=55.87%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal181361950.910.3000.2420083.141.76
Hex1288C35B1E018c8532a
Octal222103031333603031012352
Binary100101000100011000011101101111110011000110010001010011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1288C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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