#1588BF

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

Shades of Bondi Blue #1588BF

Tints of Bondi Blue #1588BF

Color information

#1588BF (or 0x1588BF) is unknown color: approx Bondi Blue. HEX triplet: 15, 88 and BF. RGB value is (21,136,191). Sum of RGB (Red+Green+Blue) = 21+136+191=348 (46% of max value = 765). Red value is 21 (8.59% from 255 or 6.03% from 348); Green value is 136 (53.52% from 255 or 39.08% from 348); Blue value is 191 (75% from 255 or 54.89% from 348); Max value from RGB is 191 - color contains mainly: blue. Hex color #1588BF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1588BF is #EA7740. Grayscale: #6B6B6B. Windows color (decimal): -15365953 or 12552213. OLE color: 12552213.

HSL color Cylindrical-coordinate representation of color #1588BF: hue angle of 199.41º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1588BF is Cyan = 0.89, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB21136191-
CMYK0.890.2900.25
HSL199.41º80.19%41.57%-
HSV(B)199.41º89.01%74.9%-
XYZ18.5221.5352.47-
YUV107.88174.966.03-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 6.03%
GREEN value IS 136 (53.52% from 255) = 39.08%
BLUE value IS 191 (75% from 255) = 54.89%
R=6.03%
G=39.08%
B=54.89%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal211361910.890.2900.25199.4180.1941.57
Hex1588BF591D019c7502a
Octal252102771313503130712052
Binary101011000100010111111101100111101011001110001111010000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1588BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1588BF; }

 p { color: rgb(21,136,191); }

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

<style>
 a { background-color: #1588BF; }

 a { background-color: rgb(21,136,191); }

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

<style>
 span { border-color: #1588BF; }

 span { border-color: rgb(21,136,191); }

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