Html Css Color HEX #148DBA Bondi Blue

📋 copy color: '#148DBA'

red 20 ◦ green 141 ◦ blue 186

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

Shades of Bondi Blue #148DBA

Tints of Bondi Blue #148DBA

RGB

 RED value IS 20 (8.2% from 255) = 5.76%

 GREEN value IS 141 (55.47% from 255) = 40.63%

 BLUE value IS 186 (73.05% from 255) = 53.6%

R = 5.76%
G = 40.63%
B = 53.6%

CMYK

 C value IS 0.89

 M value IS 0.24

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#148DBA (or 0x148DBA) is known color: Bondi Blue. HEX triplet: 14, 8D and BA. RGB value is (20,141,186). Sum of RGB (Red+Green+Blue) = 20+141+186=347 (45% of max value = 765). Red value is 20 (8.20% from 255 or 5.76% from 347); Green value is 141 (55.47% from 255 or 40.63% from 347); Blue value is 186 (73.05% from 255 or 53.60% from 347); Max value from RGB is 186 - color contains mainly: blue. Hex color #148DBA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #148DBA is #EB7245. Grayscale: #6D6D6D. Windows color (decimal): -15430214 or 12225812. OLE color: 12225812.

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

Color convert

RGB 20 141 186 -
CMYK 0.89 0.24 0 0.27
HSL 196.27º 0.81% 0.4% -
HSV(B) 196.27º 0.89% 0.73% -
XYZ 18.68 22.74 49.86 -
YUV 109.95 170.91 63.84 -
System Red Green Blue C M Y K H S L
Decimal 20 141 186 0.89 0.24 0 0.27 196.27 0.81 0.4
Hex 14 8D BA 59 18 0 1B C4 51 28
Octal 24 215 272 131 30 0 33 304 121 50
Binary 10100 10001101 10111010 1011001 11000 0 11011 11000100 1010001 101000

Color Harmonies of #148DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #148DBA

Black with #148DBA

Text Example


Text Example

White with #148DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #148DBA;
 }
 .AnyTagClassName
 {
   color: #148DBA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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