Html Css Color HEX #148CBB Bondi Blue

📋 copy color: '#148CBB'

red 20 ◦ green 140 ◦ blue 187

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

Shades of Bondi Blue #148CBB

Tints of Bondi Blue #148CBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 53.89%

R = 5.76%
G = 40.35%
B = 53.89%

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

#148CBB (or 0x148CBB) is known color: Bondi Blue. HEX triplet: 14, 8C and BB. RGB value is (20,140,187). Sum of RGB (Red+Green+Blue) = 20+140+187=347 (45% of max value = 765). Red value is 20 (8.20% from 255 or 5.76% from 347); Green value is 140 (55.08% from 255 or 40.35% from 347); Blue value is 187 (73.44% from 255 or 53.89% from 347); Max value from RGB is 187 - color contains mainly: blue. Hex color #148CBB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #148CBB is #EB7344. Grayscale: #6D6D6D. Windows color (decimal): -15430469 or 12291092. OLE color: 12291092.

HSL color Cylindrical-coordinate representation of color #148CBB: hue angle of 196.89º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #148CBB is Cyan = 0.89, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 20 140 187 -
CMYK 0.89 0.25 0 0.27
HSL 196.89º 0.81% 0.41% -
HSV(B) 196.89º 0.89% 0.73% -
XYZ 18.64 22.49 50.37 -
YUV 109.48 171.74 64.18 -
System Red Green Blue C M Y K H S L
Decimal 20 140 187 0.89 0.25 0 0.27 196.89 0.81 0.41
Hex 14 8C BB 59 19 0 1B C5 51 29
Octal 24 214 273 131 31 0 33 305 121 51
Binary 10100 10001100 10111011 1011001 11001 0 11011 11000101 1010001 101001

Color Harmonies of #148CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #148CBB

Black with #148CBB

Text Example


Text Example

White with #148CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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