Html Css Color HEX #148CBA Bondi Blue

📋 copy color: '#148CBA'

red 20 ◦ green 140 ◦ blue 186

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

Shades of Bondi Blue #148CBA

Tints of Bondi Blue #148CBA

RGB

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

 GREEN value IS 140 (55.08% from 255) = 40.46%

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

R = 5.78%
G = 40.46%
B = 53.76%

CMYK

 C value IS 0.89

 M value IS 0.25

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#148CBA (or 0x148CBA) is known color: Bondi Blue. HEX triplet: 14, 8C and BA. RGB value is (20,140,186). Sum of RGB (Red+Green+Blue) = 20+140+186=346 (45% of max value = 765). Red value is 20 (8.20% from 255 or 5.78% from 346); Green value is 140 (55.08% from 255 or 40.46% from 346); Blue value is 186 (73.05% from 255 or 53.76% from 346); Max value from RGB is 186 - color contains mainly: blue. Hex color #148CBA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #148CBA is #EB7345. Grayscale: #6D6D6D. Windows color (decimal): -15430470 or 12225556. OLE color: 12225556.

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

Color convert

RGB 20 140 186 -
CMYK 0.89 0.25 0 0.27
HSL 196.63º 0.81% 0.4% -
HSV(B) 196.63º 0.89% 0.73% -
XYZ 18.53 22.45 49.81 -
YUV 109.36 171.24 64.26 -
System Red Green Blue C M Y K H S L
Decimal 20 140 186 0.89 0.25 0 0.27 196.63 0.81 0.4
Hex 14 8C BA 59 19 0 1B C5 51 28
Octal 24 214 272 131 31 0 33 305 121 50
Binary 10100 10001100 10111010 1011001 11001 0 11011 11000101 1010001 101000

Color Harmonies of #148CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #148CBA

Black with #148CBA

Text Example


Text Example

White with #148CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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