#148DBD

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

Shades of Bondi Blue #148DBD

Tints of Bondi Blue #148DBD

Color information

#148DBD (or 0x148DBD) is unknown color: approx Bondi Blue. HEX triplet: 14, 8D and BD. RGB value is (20,141,189). Sum of RGB (Red+Green+Blue) = 20+141+189=350 (46% of max value = 765). Red value is 20 (8.20% from 255 or 5.71% from 350); Green value is 141 (55.47% from 255 or 40.29% from 350); Blue value is 189 (74.22% from 255 or 54% from 350); Max value from RGB is 189 - color contains mainly: blue. Hex color #148DBD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #148DBD is #EB7242. Grayscale: #6D6D6D. Windows color (decimal): -15430211 or 12422420. OLE color: 12422420.

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

Color convert

RGB20141189-
CMYK0.890.2500.26
HSL197.04º80.86%40.98%-
HSV(B)197.04º89.42%74.12%-
XYZ1922.8751.56-
YUV110.29172.4163.6-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 5.71%
GREEN value IS 141 (55.47% from 255) = 40.29%
BLUE value IS 189 (74.22% from 255) = 54%
R=5.71%
G=40.29%
B=54%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal201411890.890.2500.26197.0480.8640.98
Hex148DBD591901Ac55129
Octal242152751313103230512151
Binary101001000110110111101101100111001011010110001011010001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #148DBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,141,189); }

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

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

 a { background-color: rgb(20,141,189); }

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

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

 span { border-color: rgb(20,141,189); }

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