#1285C4

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

Shades of Bondi Blue #1285C4

Tints of Bondi Blue #1285C4

Color information

#1285C4 (or 0x1285C4) is unknown color: approx Bondi Blue. HEX triplet: 12, 85 and C4. RGB value is (18,133,196). Sum of RGB (Red+Green+Blue) = 18+133+196=347 (45% of max value = 765). Red value is 18 (7.42% from 255 or 5.19% from 347); Green value is 133 (52.34% from 255 or 38.33% from 347); Blue value is 196 (76.95% from 255 or 56.48% from 347); Max value from RGB is 196 - color contains mainly: blue. Hex color #1285C4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1285C4 is #ED7A3B. Grayscale: #696969. Windows color (decimal): -15563324 or 12879122. OLE color: 12879122.

HSL color Cylindrical-coordinate representation of color #1285C4: hue angle of 201.24º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1285C4 is Cyan = 0.91, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB18133196-
CMYK0.910.3200.23
HSL201.24º83.18%41.96%-
HSV(B)201.24º90.82%76.86%-
XYZ18.620.8955.28-
YUV105.8178.965.38-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.19%
GREEN value IS 133 (52.34% from 255) = 38.33%
BLUE value IS 196 (76.95% from 255) = 56.48%
R=5.19%
G=38.33%
B=56.48%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal181331960.910.3200.23201.2483.1841.96
Hex1285C45B20017c9532a
Octal222053041334002731112352
Binary1001010000101110001001011011100000010111110010011010011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1285C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1285C4; }

 p { color: rgb(18,133,196); }

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

<style>
 a { background-color: #1285C4; }

 a { background-color: rgb(18,133,196); }

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

<style>
 span { border-color: #1285C4; }

 span { border-color: rgb(18,133,196); }

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