Html Css Color HEX #1987AB Pelorous

📋 copy color: '#1987AB'

red 25 ◦ green 135 ◦ blue 171

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

Shades of Pelorous #1987AB

Tints of Pelorous #1987AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 51.66%

R = 7.55%
G = 40.79%
B = 51.66%

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

#1987AB (or 0x1987AB) is known color: Pelorous. HEX triplet: 19, 87 and AB. RGB value is (25,135,171). Sum of RGB (Red+Green+Blue) = 25+135+171=331 (43% of max value = 765). Red value is 25 (10.16% from 255 or 7.55% from 331); Green value is 135 (53.12% from 255 or 40.79% from 331); Blue value is 171 (67.19% from 255 or 51.66% from 331); Max value from RGB is 171 - color contains mainly: blue. Hex color #1987AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1987AB is #E67854. Grayscale: #696969. Windows color (decimal): -15104085 or 11241241. OLE color: 11241241.

HSL color Cylindrical-coordinate representation of color #1987AB: hue angle of 194.79º 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 #1987AB is Cyan = 0.85, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 25 135 171 -
CMYK 0.85 0.21 0 0.33
HSL 194.79º 0.74% 0.38% -
HSV(B) 194.79º 0.85% 0.67% -
XYZ 16.42 20.47 41.61 -
YUV 106.21 164.56 70.07 -
System Red Green Blue C M Y K H S L
Decimal 25 135 171 0.85 0.21 0 0.33 194.79 0.74 0.38
Hex 19 87 AB 55 15 0 21 C3 4A 26
Octal 31 207 253 125 25 0 41 303 112 46
Binary 11001 10000111 10101011 1010101 10101 0 100001 11000011 1001010 100110

Color Harmonies of #1987AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1987AB

Black with #1987AB

Text Example


Text Example

White with #1987AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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