#148FB8

Color #148FB8 Pelorous (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pelorous #148FB8

Tints of Pelorous #148FB8

Color information

#148FB8 (or 0x148FB8) is unknown color: approx Pelorous. HEX triplet: 14, 8F and B8. RGB value is (20,143,184). Sum of RGB (Red+Green+Blue) = 20+143+184=347 (45% of max value = 765). Red value is 20 (8.20% from 255 or 5.76% from 347); Green value is 143 (56.25% from 255 or 41.21% from 347); Blue value is 184 (72.27% from 255 or 53.03% from 347); Max value from RGB is 184 - color contains mainly: blue. Hex color #148FB8 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #148FB8 is #EB7047. Grayscale: #6E6E6E. Windows color (decimal): -15429704 or 12095252. OLE color: 12095252.

HSL color Cylindrical-coordinate representation of color #148FB8: hue angle of 195º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #148FB8 is Cyan = 0.89, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB20143184-
CMYK0.890.2200.28
HSL195º80.39%40%-
HSV(B)195º89.13%72.16%-
XYZ18.7623.2548.85-
YUV110.9169.2563.17-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 5.76%
GREEN value IS 143 (56.25% from 255) = 41.21%
BLUE value IS 184 (72.27% from 255) = 53.03%
R=5.76%
G=41.21%
B=53.03%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal201431840.890.2200.2819580.3940
Hex148FB8591601Cc35028
Octal242172701312603430312050
Binary101001000111110111000101100110110011100110000111010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #148FB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #148FB8;
 }
 .AnyTagClassName
 {
   color: #148FB8;
 }
</style>
background-color css

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

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

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

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

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

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