Html Css Color HEX #148FB0 Pelorous

📋 copy color: '#148FB0'

red 20 ◦ green 143 ◦ blue 176

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

Shades of Pelorous #148FB0

Tints of Pelorous #148FB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 51.92%

R = 5.9%
G = 42.18%
B = 51.92%

CMYK

 C value IS 0.89

 M value IS 0.19

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#148FB0 (or 0x148FB0) is known color: Pelorous. HEX triplet: 14, 8F and B0. RGB value is (20,143,176). Sum of RGB (Red+Green+Blue) = 20+143+176=339 (44% of max value = 765). Red value is 20 (8.20% from 255 or 5.90% from 339); Green value is 143 (56.25% from 255 or 42.18% from 339); Blue value is 176 (69.14% from 255 or 51.92% from 339); Max value from RGB is 176 - color contains mainly: blue. Hex color #148FB0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #148FB0 is #EB704F. Grayscale: #6D6D6D. Windows color (decimal): -15429712 or 11570964. OLE color: 11570964.

HSL color Cylindrical-coordinate representation of color #148FB0: hue angle of 192.69º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #148FB0 is Cyan = 0.89, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 20 143 176 -
CMYK 0.89 0.19 0 0.31
HSL 192.69º 0.8% 0.38% -
HSV(B) 192.69º 0.89% 0.69% -
XYZ 17.95 22.93 44.55 -
YUV 109.99 165.25 63.82 -
System Red Green Blue C M Y K H S L
Decimal 20 143 176 0.89 0.19 0 0.31 192.69 0.8 0.38
Hex 14 8F B0 59 13 0 1F C1 50 26
Octal 24 217 260 131 23 0 37 301 120 46
Binary 10100 10001111 10110000 1011001 10011 0 11111 11000001 1010000 100110

Color Harmonies of #148FB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #148FB0

Black with #148FB0

Text Example


Text Example

White with #148FB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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