Html Css Color HEX #148FBC Bondi Blue

📋 copy color: '#148FBC'

red 20 ◦ green 143 ◦ blue 188

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

Shades of Bondi Blue #148FBC

Tints of Bondi Blue #148FBC

RGB

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

 GREEN value IS 143 (56.25% from 255) = 40.74%

 BLUE value IS 188 (73.83% from 255) = 53.56%

R = 5.7%
G = 40.74%
B = 53.56%

CMYK

 C value IS 0.89

 M value IS 0.24

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#148FBC (or 0x148FBC) is known color: Bondi Blue. HEX triplet: 14, 8F and BC. RGB value is (20,143,188). Sum of RGB (Red+Green+Blue) = 20+143+188=351 (46% of max value = 765). Red value is 20 (8.20% from 255 or 5.70% from 351); Green value is 143 (56.25% from 255 or 40.74% from 351); Blue value is 188 (73.83% from 255 or 53.56% from 351); Max value from RGB is 188 - color contains mainly: blue. Hex color #148FBC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #148FBC is #EB7043. Grayscale: #6F6F6F. Windows color (decimal): -15429700 or 12357396. OLE color: 12357396.

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

Color convert

RGB 20 143 188 -
CMYK 0.89 0.24 0 0.26
HSL 196.07º 0.81% 0.41% -
HSV(B) 196.07º 0.89% 0.74% -
XYZ 19.19 23.42 51.09 -
YUV 111.35 171.25 62.84 -
System Red Green Blue C M Y K H S L
Decimal 20 143 188 0.89 0.24 0 0.26 196.07 0.81 0.41
Hex 14 8F BC 59 18 0 1A C4 51 29
Octal 24 217 274 131 30 0 32 304 121 51
Binary 10100 10001111 10111100 1011001 11000 0 11010 11000100 1010001 101001

Color Harmonies of #148FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #148FBC

Black with #148FBC

Text Example


Text Example

White with #148FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,143,188); }

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

background-color css

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

 a { background-color: rgb(20,143,188); }

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

border-color css

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

 span { border-color: rgb(20,143,188); }

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