#148BBF

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

Shades of Bondi Blue #148BBF

Tints of Bondi Blue #148BBF

Color information

#148BBF (or 0x148BBF) is unknown color: approx Bondi Blue. HEX triplet: 14, 8B and BF. RGB value is (20,139,191). Sum of RGB (Red+Green+Blue) = 20+139+191=350 (46% of max value = 765). Red value is 20 (8.20% from 255 or 5.71% from 350); Green value is 139 (54.69% from 255 or 39.71% 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 #148BBF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #148BBF is #EB7440. Grayscale: #6D6D6D. Windows color (decimal): -15430721 or 12552980. OLE color: 12552980.

HSL color Cylindrical-coordinate representation of color #148BBF: hue angle of 198.25º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #148BBF is Cyan = 0.90, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB20139191-
CMYK0.900.2700.25
HSL198.25º81.04%41.37%-
HSV(B)198.25º89.53%74.9%-
XYZ18.9322.3852.61-
YUV109.35174.0864.27-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 5.71%
GREEN value IS 139 (54.69% from 255) = 39.71%
BLUE value IS 191 (75% from 255) = 54.57%
R=5.71%
G=39.71%
B=54.57%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal201391910.900.2700.25198.2581.0441.37
Hex148BBF5A1B019c65129
Octal242132771323303130612151
Binary101001000101110111111101101011011011001110001101010001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #148BBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #148BBF; }

 p { color: rgb(20,139,191); }

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

<style>
 a { background-color: #148BBF; }

 a { background-color: rgb(20,139,191); }

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

<style>
 span { border-color: #148BBF; }

 span { border-color: rgb(20,139,191); }

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