Html Css Color HEX #148EBC Bondi Blue

📋 copy color: '#148EBC'

red 20 ◦ green 142 ◦ blue 188

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

Shades of Bondi Blue #148EBC

Tints of Bondi Blue #148EBC

RGB

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

 GREEN value IS 142 (55.86% from 255) = 40.57%

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

R = 5.71%
G = 40.57%
B = 53.71%

CMYK

 C value IS 0.89

 M value IS 0.24

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#148EBC (or 0x148EBC) is known color: Bondi Blue. HEX triplet: 14, 8E and BC. RGB value is (20,142,188). Sum of RGB (Red+Green+Blue) = 20+142+188=350 (46% of max value = 765). Red value is 20 (8.20% from 255 or 5.71% from 350); Green value is 142 (55.86% from 255 or 40.57% from 350); Blue value is 188 (73.83% from 255 or 53.71% from 350); Max value from RGB is 188 - color contains mainly: blue. Hex color #148EBC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #148EBC is #EB7143. Grayscale: #6E6E6E. Windows color (decimal): -15429956 or 12357140. OLE color: 12357140.

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

Color convert

RGB 20 142 188 -
CMYK 0.89 0.24 0 0.26
HSL 196.43º 0.81% 0.41% -
HSV(B) 196.43º 0.89% 0.74% -
XYZ 19.04 23.13 51.04 -
YUV 110.77 171.58 63.26 -
System Red Green Blue C M Y K H S L
Decimal 20 142 188 0.89 0.24 0 0.26 196.43 0.81 0.41
Hex 14 8E BC 59 18 0 1A C4 51 29
Octal 24 216 274 131 30 0 32 304 121 51
Binary 10100 10001110 10111100 1011001 11000 0 11010 11000100 1010001 101001

Color Harmonies of #148EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #148EBC

Black with #148EBC

Text Example


Text Example

White with #148EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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