Html Css Color HEX #148BC3 Bondi Blue

📋 copy color: '#148BC3'

red 20 ◦ green 139 ◦ blue 195

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

Shades of Bondi Blue #148BC3

Tints of Bondi Blue #148BC3

RGB

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

 GREEN value IS 139 (54.69% from 255) = 39.27%

 BLUE value IS 195 (76.56% from 255) = 55.08%

R = 5.65%
G = 39.27%
B = 55.08%

CMYK

 C value IS 0.90

 M value IS 0.29

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#148BC3 (or 0x148BC3) is known color: Bondi Blue. HEX triplet: 14, 8B and C3. RGB value is (20,139,195). Sum of RGB (Red+Green+Blue) = 20+139+195=354 (46% of max value = 765). Red value is 20 (8.20% from 255 or 5.65% from 354); Green value is 139 (54.69% from 255 or 39.27% from 354); Blue value is 195 (76.56% from 255 or 55.08% from 354); Max value from RGB is 195 - color contains mainly: blue. Hex color #148BC3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #148BC3 is #EB743C. Grayscale: #6D6D6D. Windows color (decimal): -15430717 or 12815124. OLE color: 12815124.

HSL color Cylindrical-coordinate representation of color #148BC3: hue angle of 199.2º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #148BC3 is Cyan = 0.90, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 20 139 195 -
CMYK 0.90 0.29 0 0.24
HSL 199.2º 0.81% 0.42% -
HSV(B) 199.2º 0.9% 0.76% -
XYZ 19.37 22.55 54.96 -
YUV 109.8 176.08 63.95 -
System Red Green Blue C M Y K H S L
Decimal 20 139 195 0.90 0.29 0 0.24 199.2 0.81 0.42
Hex 14 8B C3 5A 1D 0 18 C7 51 2A
Octal 24 213 303 132 35 0 30 307 121 52
Binary 10100 10001011 11000011 1011010 11101 0 11000 11000111 1010001 101010

Color Harmonies of #148BC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #148BC3

Black with #148BC3

Text Example


Text Example

White with #148BC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,139,195); }

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

background-color css

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

 a { background-color: rgb(20,139,195); }

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

border-color css

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

 span { border-color: rgb(20,139,195); }

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