Html Css Color HEX #148CBC Bondi Blue

📋 copy color: '#148CBC'

red 20 ◦ green 140 ◦ blue 188

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

Shades of Bondi Blue #148CBC

Tints of Bondi Blue #148CBC

RGB

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

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

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

R = 5.75%
G = 40.23%
B = 54.02%

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

#148CBC (or 0x148CBC) is known color: Bondi Blue. HEX triplet: 14, 8C and BC. RGB value is (20,140,188). Sum of RGB (Red+Green+Blue) = 20+140+188=348 (46% of max value = 765). Red value is 20 (8.20% from 255 or 5.75% from 348); Green value is 140 (55.08% from 255 or 40.23% from 348); Blue value is 188 (73.83% from 255 or 54.02% from 348); Max value from RGB is 188 - color contains mainly: blue. Hex color #148CBC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #148CBC is #EB7343. Grayscale: #6D6D6D. Windows color (decimal): -15430468 or 12356628. OLE color: 12356628.

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

Color convert

RGB 20 140 188 -
CMYK 0.89 0.26 0 0.26
HSL 197.14º 0.81% 0.41% -
HSV(B) 197.14º 0.89% 0.74% -
XYZ 18.74 22.54 50.94 -
YUV 109.59 172.24 64.1 -
System Red Green Blue C M Y K H S L
Decimal 20 140 188 0.89 0.26 0 0.26 197.14 0.81 0.41
Hex 14 8C BC 59 1A 0 1A C5 51 29
Octal 24 214 274 131 32 0 32 305 121 51
Binary 10100 10001100 10111100 1011001 11010 0 11010 11000101 1010001 101001

Color Harmonies of #148CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #148CBC

Black with #148CBC

Text Example


Text Example

White with #148CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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