#148DB9

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

Shades of Bondi Blue #148DB9

Tints of Bondi Blue #148DB9

Color information

#148DB9 (or 0x148DB9) is unknown color: approx Bondi Blue. HEX triplet: 14, 8D and B9. RGB value is (20,141,185). Sum of RGB (Red+Green+Blue) = 20+141+185=346 (45% of max value = 765). Red value is 20 (8.20% from 255 or 5.78% from 346); Green value is 141 (55.47% from 255 or 40.75% from 346); Blue value is 185 (72.66% from 255 or 53.47% from 346); Max value from RGB is 185 - color contains mainly: blue. Hex color #148DB9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #148DB9 is #EB7246. Grayscale: #6D6D6D. Windows color (decimal): -15430215 or 12160276. OLE color: 12160276.

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

Color convert

RGB20141185-
CMYK0.890.2400.27
HSL196º80.49%40.2%-
HSV(B)196º89.19%72.55%-
XYZ18.5722.749.3-
YUV109.84170.4163.92-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 5.78%
GREEN value IS 141 (55.47% from 255) = 40.75%
BLUE value IS 185 (72.66% from 255) = 53.47%
R=5.78%
G=40.75%
B=53.47%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal201411850.890.2400.2719680.4940.2
Hex148DB9591801Bc45028
Octal242152711313003330412050
Binary101001000110110111001101100111000011011110001001010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #148DB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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