Html Css Color HEX #148FAC Pelorous

📋 copy color: '#148FAC'

red 20 ◦ green 143 ◦ blue 172

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

Shades of Pelorous #148FAC

Tints of Pelorous #148FAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 51.34%

R = 5.97%
G = 42.69%
B = 51.34%

CMYK

 C value IS 0.88

 M value IS 0.17

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#148FAC (or 0x148FAC) is known color: Pelorous. HEX triplet: 14, 8F and AC. RGB value is (20,143,172). Sum of RGB (Red+Green+Blue) = 20+143+172=335 (44% of max value = 765). Red value is 20 (8.20% from 255 or 5.97% from 335); Green value is 143 (56.25% from 255 or 42.69% from 335); Blue value is 172 (67.58% from 255 or 51.34% from 335); Max value from RGB is 172 - color contains mainly: blue. Hex color #148FAC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #148FAC is #EB7053. Grayscale: #6D6D6D. Windows color (decimal): -15429716 or 11308820. OLE color: 11308820.

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

Color convert

RGB 20 143 172 -
CMYK 0.88 0.17 0 0.33
HSL 191.45º 0.79% 0.38% -
HSV(B) 191.45º 0.88% 0.67% -
XYZ 17.56 22.77 42.5 -
YUV 109.53 163.25 64.14 -
System Red Green Blue C M Y K H S L
Decimal 20 143 172 0.88 0.17 0 0.33 191.45 0.79 0.38
Hex 14 8F AC 58 11 0 21 BF 4F 26
Octal 24 217 254 130 21 0 41 277 117 46
Binary 10100 10001111 10101100 1011000 10001 0 100001 10111111 1001111 100110

Color Harmonies of #148FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #148FAC

Black with #148FAC

Text Example


Text Example

White with #148FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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