Html Css Color HEX #148DBB Bondi Blue

📋 copy color: '#148DBB'

red 20 ◦ green 141 ◦ blue 187

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

Shades of Bondi Blue #148DBB

Tints of Bondi Blue #148DBB

RGB

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

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

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

R = 5.75%
G = 40.52%
B = 53.74%

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

#148DBB (or 0x148DBB) is known color: Bondi Blue. HEX triplet: 14, 8D and BB. RGB value is (20,141,187). Sum of RGB (Red+Green+Blue) = 20+141+187=348 (46% of max value = 765). Red value is 20 (8.20% from 255 or 5.75% from 348); Green value is 141 (55.47% from 255 or 40.52% from 348); Blue value is 187 (73.44% from 255 or 53.74% from 348); Max value from RGB is 187 - color contains mainly: blue. Hex color #148DBB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #148DBB is #EB7244. Grayscale: #6D6D6D. Windows color (decimal): -15430213 or 12291348. OLE color: 12291348.

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

Color convert

RGB 20 141 187 -
CMYK 0.89 0.25 0 0.27
HSL 196.53º 0.81% 0.41% -
HSV(B) 196.53º 0.89% 0.73% -
XYZ 18.78 22.79 50.42 -
YUV 110.07 171.41 63.76 -
System Red Green Blue C M Y K H S L
Decimal 20 141 187 0.89 0.25 0 0.27 196.53 0.81 0.41
Hex 14 8D BB 59 19 0 1B C5 51 29
Octal 24 215 273 131 31 0 33 305 121 51
Binary 10100 10001101 10111011 1011001 11001 0 11011 11000101 1010001 101001

Color Harmonies of #148DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #148DBB

Black with #148DBB

Text Example


Text Example

White with #148DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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