Html Css Color HEX #1498AD Pelorous

📋 copy color: '#1498AD'

red 20 ◦ green 152 ◦ blue 173

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

Shades of Pelorous #1498AD

Tints of Pelorous #1498AD

RGB

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

 GREEN value IS 152 (59.77% from 255) = 44.06%

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

R = 5.8%
G = 44.06%
B = 50.14%

CMYK

 C value IS 0.88

 M value IS 0.12

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1498AD (or 0x1498AD) is known color: Pelorous. HEX triplet: 14, 98 and AD. RGB value is (20,152,173). Sum of RGB (Red+Green+Blue) = 20+152+173=345 (45% of max value = 765). Red value is 20 (8.20% from 255 or 5.80% from 345); Green value is 152 (59.77% from 255 or 44.06% from 345); Blue value is 173 (67.97% from 255 or 50.14% from 345); Max value from RGB is 173 - color contains mainly: blue. Hex color #1498AD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1498AD is #EB6752. Grayscale: #727272. Windows color (decimal): -15427411 or 11376660. OLE color: 11376660.

HSL color Cylindrical-coordinate representation of color #1498AD: hue angle of 188.24º 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 #1498AD is Cyan = 0.88, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 20 152 173 -
CMYK 0.88 0.12 0 0.32
HSL 188.24º 0.79% 0.38% -
HSV(B) 188.24º 0.88% 0.68% -
XYZ 19.06 25.62 43.48 -
YUV 114.93 160.77 60.29 -
System Red Green Blue C M Y K H S L
Decimal 20 152 173 0.88 0.12 0 0.32 188.24 0.79 0.38
Hex 14 98 AD 58 C 0 20 BC 4F 26
Octal 24 230 255 130 14 0 40 274 117 46
Binary 10100 10011000 10101101 1011000 1100 0 100000 10111100 1001111 100110

Color Harmonies of #1498AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1498AD

Black with #1498AD

Text Example


Text Example

White with #1498AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1498AD; }

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

 H1.HeaderClassName
 {
   color: #1498AD;
 }
 .AnyTagClassName
 {
   color: #1498AD;
 }
</style>

background-color css

<style>
 a { background-color: #1498AD; }

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

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

border-color css

<style>
 span { border-color: #1498AD; }

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

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