Html Css Color HEX #148FAA Pelorous

📋 copy color: '#148FAA'

red 20 ◦ green 143 ◦ blue 170

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

Shades of Pelorous #148FAA

Tints of Pelorous #148FAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 51.05%

R = 6.01%
G = 42.94%
B = 51.05%

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

#148FAA (or 0x148FAA) is known color: Pelorous. HEX triplet: 14, 8F and AA. RGB value is (20,143,170). Sum of RGB (Red+Green+Blue) = 20+143+170=333 (44% of max value = 765). Red value is 20 (8.20% from 255 or 6.01% from 333); Green value is 143 (56.25% from 255 or 42.94% from 333); Blue value is 170 (66.80% from 255 or 51.05% from 333); Max value from RGB is 170 - color contains mainly: blue. Hex color #148FAA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #148FAA is #EB7055. Grayscale: #6D6D6D. Windows color (decimal): -15429718 or 11177748. OLE color: 11177748.

HSL color Cylindrical-coordinate representation of color #148FAA: hue angle of 190.8º 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 #148FAA is Cyan = 0.88, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 20 143 170 -
CMYK 0.88 0.16 0 0.33
HSL 190.8º 0.79% 0.37% -
HSV(B) 190.8º 0.88% 0.67% -
XYZ 17.37 22.7 41.5 -
YUV 109.3 162.25 64.3 -
System Red Green Blue C M Y K H S L
Decimal 20 143 170 0.88 0.16 0 0.33 190.8 0.79 0.37
Hex 14 8F AA 58 10 0 21 BF 4F 25
Octal 24 217 252 130 20 0 41 277 117 45
Binary 10100 10001111 10101010 1011000 10000 0 100001 10111111 1001111 100101

Color Harmonies of #148FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #148FAA

Black with #148FAA

Text Example


Text Example

White with #148FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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