#148EBC

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

Shades of Bondi Blue #148EBC

Tints of Bondi Blue #148EBC

Color information

#148EBC (or 0x148EBC) is unknown color: approx Bondi Blue. HEX triplet: 14, 8E and BC. RGB value is (20,142,188). Sum of RGB (Red+Green+Blue) = 20+142+188=350 (46% of max value = 765). Red value is 20 (8.20% from 255 or 5.71% from 350); Green value is 142 (55.86% from 255 or 40.57% from 350); Blue value is 188 (73.83% from 255 or 53.71% from 350); Max value from RGB is 188 - color contains mainly: blue. Hex color #148EBC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #148EBC is #EB7143. Grayscale: #6E6E6E. Windows color (decimal): -15429956 or 12357140. OLE color: 12357140.

HSL color Cylindrical-coordinate representation of color #148EBC: hue angle of 196.43º degrees, saturation: 0.81, 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 #148EBC is Cyan = 0.89, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB20142188-
CMYK0.890.2400.26
HSL196.43º80.77%40.78%-
HSV(B)196.43º89.36%73.73%-
XYZ19.0423.1351.04-
YUV110.77171.5863.26-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 5.71%
GREEN value IS 142 (55.86% from 255) = 40.57%
BLUE value IS 188 (73.83% from 255) = 53.71%
R=5.71%
G=40.57%
B=53.71%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal201421880.890.2400.26196.4380.7740.78
Hex148EBC591801Ac45129
Octal242162741313003230412151
Binary101001000111010111100101100111000011010110001001010001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #148EBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,142,188); }

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

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

 a { background-color: rgb(20,142,188); }

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

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

 span { border-color: rgb(20,142,188); }

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