Html Css Color HEX #148FAB Pelorous

📋 copy color: '#148FAB'

red 20 ◦ green 143 ◦ blue 171

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

Shades of Pelorous #148FAB

Tints of Pelorous #148FAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 51.2%

R = 5.99%
G = 42.81%
B = 51.2%

CMYK

 C value IS 0.88

 M value IS 0.16

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#148FAB (or 0x148FAB) is known color: Pelorous. HEX triplet: 14, 8F and AB. RGB value is (20,143,171). Sum of RGB (Red+Green+Blue) = 20+143+171=334 (44% of max value = 765). Red value is 20 (8.20% from 255 or 5.99% from 334); Green value is 143 (56.25% from 255 or 42.81% from 334); Blue value is 171 (67.19% from 255 or 51.20% from 334); Max value from RGB is 171 - color contains mainly: blue. Hex color #148FAB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #148FAB is #EB7054. Grayscale: #6D6D6D. Windows color (decimal): -15429717 or 11243284. OLE color: 11243284.

HSL color Cylindrical-coordinate representation of color #148FAB: hue angle of 191.13º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #148FAB is Cyan = 0.88, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 20 143 171 -
CMYK 0.88 0.16 0 0.33
HSL 191.13º 0.79% 0.37% -
HSV(B) 191.13º 0.88% 0.67% -
XYZ 17.46 22.73 42 -
YUV 109.42 162.75 64.22 -
System Red Green Blue C M Y K H S L
Decimal 20 143 171 0.88 0.16 0 0.33 191.13 0.79 0.37
Hex 14 8F AB 58 10 0 21 BF 4F 25
Octal 24 217 253 130 20 0 41 277 117 45
Binary 10100 10001111 10101011 1011000 10000 0 100001 10111111 1001111 100101

Color Harmonies of #148FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #148FAB

Black with #148FAB

Text Example


Text Example

White with #148FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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