Html Css Color HEX #148DAD Pelorous

📋 copy color: '#148DAD'

red 20 ◦ green 141 ◦ blue 173

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

Shades of Pelorous #148DAD

Tints of Pelorous #148DAD

RGB

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

 GREEN value IS 141 (55.47% from 255) = 42.22%

 BLUE value IS 173 (67.97% from 255) = 51.8%

R = 5.99%
G = 42.22%
B = 51.8%

CMYK

 C value IS 0.88

 M value IS 0.18

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#148DAD (or 0x148DAD) is known color: Pelorous. HEX triplet: 14, 8D and AD. RGB value is (20,141,173). Sum of RGB (Red+Green+Blue) = 20+141+173=334 (44% of max value = 765). Red value is 20 (8.20% from 255 or 5.99% from 334); Green value is 141 (55.47% from 255 or 42.22% from 334); Blue value is 173 (67.97% from 255 or 51.80% from 334); Max value from RGB is 173 - color contains mainly: blue. Hex color #148DAD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #148DAD is #EB7252. Grayscale: #6C6C6C. Windows color (decimal): -15430227 or 11373844. OLE color: 11373844.

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

Color convert

RGB 20 141 173 -
CMYK 0.88 0.18 0 0.32
HSL 192.55º 0.79% 0.38% -
HSV(B) 192.55º 0.88% 0.68% -
XYZ 17.36 22.22 42.91 -
YUV 108.47 164.41 64.9 -
System Red Green Blue C M Y K H S L
Decimal 20 141 173 0.88 0.18 0 0.32 192.55 0.79 0.38
Hex 14 8D AD 58 12 0 20 C1 4F 26
Octal 24 215 255 130 22 0 40 301 117 46
Binary 10100 10001101 10101101 1011000 10010 0 100000 11000001 1001111 100110

Color Harmonies of #148DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #148DAD

Black with #148DAD

Text Example


Text Example

White with #148DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,141,173); }

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

background-color css

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

 a { background-color: rgb(20,141,173); }

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

border-color css

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

 span { border-color: rgb(20,141,173); }

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