Html Css Color HEX #148FBE Bondi Blue

📋 copy color: '#148FBE'

red 20 ◦ green 143 ◦ blue 190

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

Shades of Bondi Blue #148FBE

Tints of Bondi Blue #148FBE

RGB

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

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

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

R = 5.67%
G = 40.51%
B = 53.82%

CMYK

 C value IS 0.89

 M value IS 0.25

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#148FBE (or 0x148FBE) is known color: Bondi Blue. HEX triplet: 14, 8F and BE. RGB value is (20,143,190). Sum of RGB (Red+Green+Blue) = 20+143+190=353 (46% of max value = 765). Red value is 20 (8.20% from 255 or 5.67% from 353); Green value is 143 (56.25% from 255 or 40.51% from 353); Blue value is 190 (74.61% from 255 or 53.82% from 353); Max value from RGB is 190 - color contains mainly: blue. Hex color #148FBE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #148FBE is #EB7041. Grayscale: #6F6F6F. Windows color (decimal): -15429698 or 12488468. OLE color: 12488468.

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

Color convert

RGB 20 143 190 -
CMYK 0.89 0.25 0 0.25
HSL 196.59º 0.81% 0.41% -
HSV(B) 196.59º 0.89% 0.75% -
XYZ 19.41 23.51 52.23 -
YUV 111.58 172.25 62.68 -
System Red Green Blue C M Y K H S L
Decimal 20 143 190 0.89 0.25 0 0.25 196.59 0.81 0.41
Hex 14 8F BE 59 19 0 19 C5 51 29
Octal 24 217 276 131 31 0 31 305 121 51
Binary 10100 10001111 10111110 1011001 11001 0 11001 11000101 1010001 101001

Color Harmonies of #148FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #148FBE

Black with #148FBE

Text Example


Text Example

White with #148FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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