Html Css Color HEX #1987AA Pelorous

📋 copy color: '#1987AA'

red 25 ◦ green 135 ◦ blue 170

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

Shades of Pelorous #1987AA

Tints of Pelorous #1987AA

RGB

 RED value IS 25 (10.16% from 255) = 7.58%

 GREEN value IS 135 (53.13% from 255) = 40.91%

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

R = 7.58%
G = 40.91%
B = 51.52%

CMYK

 C value IS 0.85

 M value IS 0.21

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1987AA (or 0x1987AA) is known color: Pelorous. HEX triplet: 19, 87 and AA. RGB value is (25,135,170). Sum of RGB (Red+Green+Blue) = 25+135+170=330 (43% of max value = 765). Red value is 25 (10.16% from 255 or 7.58% from 330); Green value is 135 (53.12% from 255 or 40.91% from 330); Blue value is 170 (66.80% from 255 or 51.52% from 330); Max value from RGB is 170 - color contains mainly: blue. Hex color #1987AA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1987AA is #E67855. Grayscale: #696969. Windows color (decimal): -15104086 or 11175705. OLE color: 11175705.

HSL color Cylindrical-coordinate representation of color #1987AA: hue angle of 194.48º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1987AA is Cyan = 0.85, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 25 135 170 -
CMYK 0.85 0.21 0 0.33
HSL 194.48º 0.74% 0.38% -
HSV(B) 194.48º 0.85% 0.67% -
XYZ 16.32 20.44 41.11 -
YUV 106.1 164.06 70.15 -
System Red Green Blue C M Y K H S L
Decimal 25 135 170 0.85 0.21 0 0.33 194.48 0.74 0.38
Hex 19 87 AA 55 15 0 21 C2 4A 26
Octal 31 207 252 125 25 0 41 302 112 46
Binary 11001 10000111 10101010 1010101 10101 0 100001 11000010 1001010 100110

Color Harmonies of #1987AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1987AA

Black with #1987AA

Text Example


Text Example

White with #1987AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1987AA; }

 p { color: rgb(25,135,170); }

 H1.HeaderClassName
 {
   color: #1987AA;
 }
 .AnyTagClassName
 {
   color: #1987AA;
 }
</style>

background-color css

<style>
 a { background-color: #1987AA; }

 a { background-color: rgb(25,135,170); }

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

border-color css

<style>
 span { border-color: #1987AA; }

 span { border-color: rgb(25,135,170); }

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