Html Css Color HEX #148DBC Bondi Blue

📋 copy color: '#148DBC'

red 20 ◦ green 141 ◦ blue 188

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

Shades of Bondi Blue #148DBC

Tints of Bondi Blue #148DBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 53.87%

R = 5.73%
G = 40.4%
B = 53.87%

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

#148DBC (or 0x148DBC) is known color: Bondi Blue. HEX triplet: 14, 8D and BC. RGB value is (20,141,188). Sum of RGB (Red+Green+Blue) = 20+141+188=349 (46% of max value = 765). Red value is 20 (8.20% from 255 or 5.73% from 349); Green value is 141 (55.47% from 255 or 40.40% from 349); Blue value is 188 (73.83% from 255 or 53.87% from 349); Max value from RGB is 188 - color contains mainly: blue. Hex color #148DBC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #148DBC is #EB7243. Grayscale: #6D6D6D. Windows color (decimal): -15430212 or 12356884. OLE color: 12356884.

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

Color convert

RGB 20 141 188 -
CMYK 0.89 0.25 0 0.26
HSL 196.79º 0.81% 0.41% -
HSV(B) 196.79º 0.89% 0.74% -
XYZ 18.89 22.83 50.99 -
YUV 110.18 171.91 63.68 -
System Red Green Blue C M Y K H S L
Decimal 20 141 188 0.89 0.25 0 0.26 196.79 0.81 0.41
Hex 14 8D BC 59 19 0 1A C5 51 29
Octal 24 215 274 131 31 0 32 305 121 51
Binary 10100 10001101 10111100 1011001 11001 0 11010 11000101 1010001 101001

Color Harmonies of #148DBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #148DBC

Black with #148DBC

Text Example


Text Example

White with #148DBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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