Html Css Color HEX #148ABB Bondi Blue

📋 copy color: '#148ABB'

red 20 ◦ green 138 ◦ blue 187

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

Shades of Bondi Blue #148ABB

Tints of Bondi Blue #148ABB

RGB

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

 GREEN value IS 138 (54.3% from 255) = 40%

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

R = 5.8%
G = 40%
B = 54.2%

CMYK

 C value IS 0.89

 M value IS 0.26

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#148ABB (or 0x148ABB) is known color: Bondi Blue. HEX triplet: 14, 8A and BB. RGB value is (20,138,187). Sum of RGB (Red+Green+Blue) = 20+138+187=345 (45% of max value = 765). Red value is 20 (8.20% from 255 or 5.80% from 345); Green value is 138 (54.30% from 255 or 40% from 345); Blue value is 187 (73.44% from 255 or 54.20% from 345); Max value from RGB is 187 - color contains mainly: blue. Hex color #148ABB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #148ABB is #EB7544. Grayscale: #6B6B6B. Windows color (decimal): -15430981 or 12290580. OLE color: 12290580.

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

Color convert

RGB 20 138 187 -
CMYK 0.89 0.26 0 0.27
HSL 197.6º 0.81% 0.41% -
HSV(B) 197.6º 0.89% 0.73% -
XYZ 18.35 21.91 50.28 -
YUV 108.3 172.41 65.02 -
System Red Green Blue C M Y K H S L
Decimal 20 138 187 0.89 0.26 0 0.27 197.6 0.81 0.41
Hex 14 8A BB 59 1A 0 1B C6 51 29
Octal 24 212 273 131 32 0 33 306 121 51
Binary 10100 10001010 10111011 1011001 11010 0 11011 11000110 1010001 101001

Color Harmonies of #148ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #148ABB

Black with #148ABB

Text Example


Text Example

White with #148ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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