#148AB5

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

Shades of Bondi Blue #148AB5

Tints of Bondi Blue #148AB5

Color information

#148AB5 (or 0x148AB5) is unknown color: approx Bondi Blue. HEX triplet: 14, 8A and B5. RGB value is (20,138,181). Sum of RGB (Red+Green+Blue) = 20+138+181=339 (44% of max value = 765). Red value is 20 (8.20% from 255 or 5.90% from 339); Green value is 138 (54.30% from 255 or 40.71% from 339); Blue value is 181 (71.09% from 255 or 53.39% from 339); Max value from RGB is 181 - color contains mainly: blue. Hex color #148AB5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #148AB5 is #EB754A. Grayscale: #6B6B6B. Windows color (decimal): -15430987 or 11897364. OLE color: 11897364.

HSL color Cylindrical-coordinate representation of color #148AB5: hue angle of 196.02º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #148AB5 is Cyan = 0.89, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB20138181-
CMYK0.890.2400.29
HSL196.02º80.1%39.41%-
HSV(B)196.02º88.95%70.98%-
XYZ17.7221.6646.96-
YUV107.62169.4165.5-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 5.90%
GREEN value IS 138 (54.30% from 255) = 40.71%
BLUE value IS 181 (71.09% from 255) = 53.39%
R=5.90%
G=40.71%
B=53.39%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal201381810.890.2400.29196.0280.139.41
Hex148AB5591801Dc45027
Octal242122651313003530412047
Binary101001000101010110101101100111000011101110001001010000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #148AB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,138,181); }

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

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

 a { background-color: rgb(20,138,181); }

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

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

 span { border-color: rgb(20,138,181); }

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