#148FBA

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

Shades of Bondi Blue #148FBA

Tints of Bondi Blue #148FBA

Color information

#148FBA (or 0x148FBA) is unknown color: approx Bondi Blue. HEX triplet: 14, 8F and BA. RGB value is (20,143,186). Sum of RGB (Red+Green+Blue) = 20+143+186=349 (46% of max value = 765). Red value is 20 (8.20% from 255 or 5.73% from 349); Green value is 143 (56.25% from 255 or 40.97% from 349); Blue value is 186 (73.05% from 255 or 53.30% from 349); Max value from RGB is 186 - color contains mainly: blue. Hex color #148FBA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #148FBA is #EB7045. Grayscale: #6E6E6E. Windows color (decimal): -15429702 or 12226324. OLE color: 12226324.

HSL color Cylindrical-coordinate representation of color #148FBA: hue angle of 195.54º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #148FBA is Cyan = 0.89, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB20143186-
CMYK0.890.2300.27
HSL195.54º80.58%40.39%-
HSV(B)195.54º89.25%72.94%-
XYZ18.9723.3449.96-
YUV111.12170.2563-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 5.73%
GREEN value IS 143 (56.25% from 255) = 40.97%
BLUE value IS 186 (73.05% from 255) = 53.30%
R=5.73%
G=40.97%
B=53.30%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal201431860.890.2300.27195.5480.5840.39
Hex148FBA591701Bc45128
Octal242172721312703330412150
Binary101001000111110111010101100110111011011110001001010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #148FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,143,186); }

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

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

 a { background-color: rgb(20,143,186); }

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

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

 span { border-color: rgb(20,143,186); }

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