#158ABF

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

Shades of Bondi Blue #158ABF

Tints of Bondi Blue #158ABF

Color information

#158ABF (or 0x158ABF) is unknown color: approx Bondi Blue. HEX triplet: 15, 8A and BF. RGB value is (21,138,191). Sum of RGB (Red+Green+Blue) = 21+138+191=350 (46% of max value = 765). Red value is 21 (8.59% from 255 or 6% from 350); Green value is 138 (54.30% from 255 or 39.43% from 350); Blue value is 191 (75% from 255 or 54.57% from 350); Max value from RGB is 191 - color contains mainly: blue. Hex color #158ABF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #158ABF is #EA7540. Grayscale: #6C6C6C. Windows color (decimal): -15365441 or 12552725. OLE color: 12552725.

HSL color Cylindrical-coordinate representation of color #158ABF: hue angle of 198.71º 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 #158ABF is Cyan = 0.89, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB21138191-
CMYK0.890.2800.25
HSL198.71º80.19%41.57%-
HSV(B)198.71º89.01%74.9%-
XYZ18.822.152.56-
YUV109.06174.2465.19-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 6%
GREEN value IS 138 (54.30% from 255) = 39.43%
BLUE value IS 191 (75% from 255) = 54.57%
R=6%
G=39.43%
B=54.57%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal211381910.890.2800.25198.7180.1941.57
Hex158ABF591C019c7502a
Octal252122771313403130712052
Binary101011000101010111111101100111100011001110001111010000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #158ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #158ABF; }

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

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

<style>
 a { background-color: #158ABF; }

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

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

<style>
 span { border-color: #158ABF; }

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

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