#1586BC

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

Shades of Bondi Blue #1586BC

Tints of Bondi Blue #1586BC

Color information

#1586BC (or 0x1586BC) is unknown color: approx Bondi Blue. HEX triplet: 15, 86 and BC. RGB value is (21,134,188). Sum of RGB (Red+Green+Blue) = 21+134+188=343 (45% of max value = 765). Red value is 21 (8.59% from 255 or 6.12% from 343); Green value is 134 (52.73% from 255 or 39.07% from 343); Blue value is 188 (73.83% from 255 or 54.81% from 343); Max value from RGB is 188 - color contains mainly: blue. Hex color #1586BC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1586BC is #EA7943. Grayscale: #6A6A6A. Windows color (decimal): -15366468 or 12355093. OLE color: 12355093.

HSL color Cylindrical-coordinate representation of color #1586BC: hue angle of 199.4º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1586BC is Cyan = 0.89, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB21134188-
CMYK0.890.2900.26
HSL199.4º79.9%40.98%-
HSV(B)199.4º88.83%73.73%-
XYZ17.9120.8450.66-
YUV106.37174.0667.11-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 6.12%
GREEN value IS 134 (52.73% from 255) = 39.07%
BLUE value IS 188 (73.83% from 255) = 54.81%
R=6.12%
G=39.07%
B=54.81%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal211341880.890.2900.26199.479.940.98
Hex1586BC591D01Ac75029
Octal252062741313503230712051
Binary101011000011010111100101100111101011010110001111010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1586BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,134,188); }

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

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

 a { background-color: rgb(21,134,188); }

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

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

 span { border-color: rgb(21,134,188); }

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