Html Css Color HEX #148DB8 Bondi Blue

📋 copy color: '#148DB8'

red 20 ◦ green 141 ◦ blue 184

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

Shades of Bondi Blue #148DB8

Tints of Bondi Blue #148DB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 53.33%

R = 5.8%
G = 40.87%
B = 53.33%

CMYK

 C value IS 0.89

 M value IS 0.23

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#148DB8 (or 0x148DB8) is known color: Bondi Blue. HEX triplet: 14, 8D and B8. RGB value is (20,141,184). Sum of RGB (Red+Green+Blue) = 20+141+184=345 (45% of max value = 765). Red value is 20 (8.20% from 255 or 5.80% from 345); Green value is 141 (55.47% from 255 or 40.87% from 345); Blue value is 184 (72.27% from 255 or 53.33% from 345); Max value from RGB is 184 - color contains mainly: blue. Hex color #148DB8 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #148DB8 is #EB7247. Grayscale: #6D6D6D. Windows color (decimal): -15430216 or 12094740. OLE color: 12094740.

HSL color Cylindrical-coordinate representation of color #148DB8: hue angle of 195.73º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #148DB8 is Cyan = 0.89, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 20 141 184 -
CMYK 0.89 0.23 0 0.28
HSL 195.73º 0.8% 0.4% -
HSV(B) 195.73º 0.89% 0.72% -
XYZ 18.47 22.66 48.75 -
YUV 109.72 169.91 64 -
System Red Green Blue C M Y K H S L
Decimal 20 141 184 0.89 0.23 0 0.28 195.73 0.8 0.4
Hex 14 8D B8 59 17 0 1C C4 50 28
Octal 24 215 270 131 27 0 34 304 120 50
Binary 10100 10001101 10111000 1011001 10111 0 11100 11000100 1010000 101000

Color Harmonies of #148DB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #148DB8

Black with #148DB8

Text Example


Text Example

White with #148DB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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