Html Css Color HEX #148FBB Bondi Blue

📋 copy color: '#148FBB'

red 20 ◦ green 143 ◦ blue 187

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

Shades of Bondi Blue #148FBB

Tints of Bondi Blue #148FBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 53.43%

R = 5.71%
G = 40.86%
B = 53.43%

CMYK

 C value IS 0.89

 M value IS 0.24

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#148FBB (or 0x148FBB) is known color: Bondi Blue. HEX triplet: 14, 8F and BB. RGB value is (20,143,187). Sum of RGB (Red+Green+Blue) = 20+143+187=350 (46% of max value = 765). Red value is 20 (8.20% from 255 or 5.71% from 350); Green value is 143 (56.25% from 255 or 40.86% from 350); Blue value is 187 (73.44% from 255 or 53.43% from 350); Max value from RGB is 187 - color contains mainly: blue. Hex color #148FBB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #148FBB is #EB7044. Grayscale: #6E6E6E. Windows color (decimal): -15429701 or 12291860. OLE color: 12291860.

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

Color convert

RGB 20 143 187 -
CMYK 0.89 0.24 0 0.27
HSL 195.81º 0.81% 0.41% -
HSV(B) 195.81º 0.89% 0.73% -
XYZ 19.08 23.38 50.52 -
YUV 111.24 170.75 62.92 -
System Red Green Blue C M Y K H S L
Decimal 20 143 187 0.89 0.24 0 0.27 195.81 0.81 0.41
Hex 14 8F BB 59 18 0 1B C4 51 29
Octal 24 217 273 131 30 0 33 304 121 51
Binary 10100 10001111 10111011 1011001 11000 0 11011 11000100 1010001 101001

Color Harmonies of #148FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #148FBB

Black with #148FBB

Text Example


Text Example

White with #148FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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