Html Css Color HEX #148DBE Bondi Blue

📋 copy color: '#148DBE'

red 20 ◦ green 141 ◦ blue 190

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

Shades of Bondi Blue #148DBE

Tints of Bondi Blue #148DBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 54.13%

R = 5.7%
G = 40.17%
B = 54.13%

CMYK

 C value IS 0.89

 M value IS 0.26

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#148DBE (or 0x148DBE) is known color: Bondi Blue. HEX triplet: 14, 8D and BE. RGB value is (20,141,190). Sum of RGB (Red+Green+Blue) = 20+141+190=351 (46% of max value = 765). Red value is 20 (8.20% from 255 or 5.70% from 351); Green value is 141 (55.47% from 255 or 40.17% from 351); Blue value is 190 (74.61% from 255 or 54.13% from 351); Max value from RGB is 190 - color contains mainly: blue. Hex color #148DBE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #148DBE is #EB7241. Grayscale: #6E6E6E. Windows color (decimal): -15430210 or 12487956. OLE color: 12487956.

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

Color convert

RGB 20 141 190 -
CMYK 0.89 0.26 0 0.25
HSL 197.29º 0.81% 0.41% -
HSV(B) 197.29º 0.89% 0.75% -
XYZ 19.11 22.92 52.13 -
YUV 110.41 172.91 63.52 -
System Red Green Blue C M Y K H S L
Decimal 20 141 190 0.89 0.26 0 0.25 197.29 0.81 0.41
Hex 14 8D BE 59 1A 0 19 C5 51 29
Octal 24 215 276 131 32 0 31 305 121 51
Binary 10100 10001101 10111110 1011001 11010 0 11001 11000101 1010001 101001

Color Harmonies of #148DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #148DBE

Black with #148DBE

Text Example


Text Example

White with #148DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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