Html Css Color HEX #148DBD Bondi Blue

📋 copy color: '#148DBD'

red 20 ◦ green 141 ◦ blue 189

#148DBD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bondi Blue #148DBD

Tints of Bondi Blue #148DBD

RGB

 RED value IS 20 (8.2% 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 value IS 0.89

 M value IS 0.25

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#148DBD (or 0x148DBD) is known color: 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

RGB 20 141 189 -
CMYK 0.89 0.25 0 0.26
HSL 197.04º 0.81% 0.41% -
HSV(B) 197.04º 0.89% 0.74% -
XYZ 19 22.87 51.56 -
YUV 110.29 172.41 63.6 -
System Red Green Blue C M Y K H S L
Decimal 20 141 189 0.89 0.25 0 0.26 197.04 0.81 0.41
Hex 14 8D BD 59 19 0 1A C5 51 29
Octal 24 215 275 131 31 0 32 305 121 51
Binary 10100 10001101 10111101 1011001 11001 0 11010 11000101 1010001 101001

Color Harmonies of #148DBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #148DBD

Black with #148DBD

Text Example


Text Example

White with #148DBD

Text Example


Text Example

HTML Codes & Css Web 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>