Html Css Color HEX #148CBD Bondi Blue

📋 copy color: '#148CBD'

red 20 ◦ green 140 ◦ blue 189

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

Shades of Bondi Blue #148CBD

Tints of Bondi Blue #148CBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 54.15%

R = 5.73%
G = 40.11%
B = 54.15%

CMYK

 C value IS 0.89

 M value IS 0.26

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#148CBD (or 0x148CBD) is known color: Bondi Blue. HEX triplet: 14, 8C and BD. RGB value is (20,140,189). Sum of RGB (Red+Green+Blue) = 20+140+189=349 (46% of max value = 765). Red value is 20 (8.20% from 255 or 5.73% from 349); Green value is 140 (55.08% from 255 or 40.11% from 349); Blue value is 189 (74.22% from 255 or 54.15% from 349); Max value from RGB is 189 - color contains mainly: blue. Hex color #148CBD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #148CBD is #EB7342. Grayscale: #6D6D6D. Windows color (decimal): -15430467 or 12422164. OLE color: 12422164.

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

Color convert

RGB 20 140 189 -
CMYK 0.89 0.26 0 0.26
HSL 197.4º 0.81% 0.41% -
HSV(B) 197.4º 0.89% 0.74% -
XYZ 18.85 22.58 51.51 -
YUV 109.71 172.74 64.02 -
System Red Green Blue C M Y K H S L
Decimal 20 140 189 0.89 0.26 0 0.26 197.4 0.81 0.41
Hex 14 8C BD 59 1A 0 1A C5 51 29
Octal 24 214 275 131 32 0 32 305 121 51
Binary 10100 10001100 10111101 1011001 11010 0 11010 11000101 1010001 101001

Color Harmonies of #148CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #148CBD

Black with #148CBD

Text Example


Text Example

White with #148CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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