Html Css Color HEX #148FC0 Bondi Blue

📋 copy color: '#148FC0'

red 20 ◦ green 143 ◦ blue 192

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

Shades of Bondi Blue #148FC0

Tints of Bondi Blue #148FC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 54.08%

R = 5.63%
G = 40.28%
B = 54.08%

CMYK

 C value IS 0.90

 M value IS 0.26

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#148FC0 (or 0x148FC0) is known color: Bondi Blue. HEX triplet: 14, 8F and C0. RGB value is (20,143,192). Sum of RGB (Red+Green+Blue) = 20+143+192=355 (47% of max value = 765). Red value is 20 (8.20% from 255 or 5.63% from 355); Green value is 143 (56.25% from 255 or 40.28% from 355); Blue value is 192 (75.39% from 255 or 54.08% from 355); Max value from RGB is 192 - color contains mainly: blue. Hex color #148FC0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #148FC0 is #EB703F. Grayscale: #6F6F6F. Windows color (decimal): -15429696 or 12619540. OLE color: 12619540.

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

Color convert

RGB 20 143 192 -
CMYK 0.90 0.26 0 0.25
HSL 197.09º 0.81% 0.42% -
HSV(B) 197.09º 0.9% 0.75% -
XYZ 19.63 23.6 53.39 -
YUV 111.81 173.25 62.52 -
System Red Green Blue C M Y K H S L
Decimal 20 143 192 0.90 0.26 0 0.25 197.09 0.81 0.42
Hex 14 8F C0 5A 1A 0 19 C5 51 2A
Octal 24 217 300 132 32 0 31 305 121 52
Binary 10100 10001111 11000000 1011010 11010 0 11001 11000101 1010001 101010

Color Harmonies of #148FC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #148FC0

Black with #148FC0

Text Example


Text Example

White with #148FC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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