Html Css Color HEX #1887AA Pelorous

📋 copy color: '#1887AA'

red 24 ◦ green 135 ◦ blue 170

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

Shades of Pelorous #1887AA

Tints of Pelorous #1887AA

RGB

 RED value IS 24 (9.77% from 255) = 7.29%

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

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

R = 7.29%
G = 41.03%
B = 51.67%

CMYK

 C value IS 0.86

 M value IS 0.21

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1887AA (or 0x1887AA) is known color: Pelorous. HEX triplet: 18, 87 and AA. RGB value is (24,135,170). Sum of RGB (Red+Green+Blue) = 24+135+170=329 (43% of max value = 765). Red value is 24 (9.77% from 255 or 7.29% from 329); Green value is 135 (53.12% from 255 or 41.03% from 329); Blue value is 170 (66.80% from 255 or 51.67% from 329); Max value from RGB is 170 - color contains mainly: blue. Hex color #1887AA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1887AA is #E77855. Grayscale: #696969. Windows color (decimal): -15169622 or 11175704. OLE color: 11175704.

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

Color convert

RGB 24 135 170 -
CMYK 0.86 0.21 0 0.33
HSL 194.38º 0.75% 0.38% -
HSV(B) 194.38º 0.86% 0.67% -
XYZ 16.3 20.42 41.11 -
YUV 105.8 164.23 69.65 -
System Red Green Blue C M Y K H S L
Decimal 24 135 170 0.86 0.21 0 0.33 194.38 0.75 0.38
Hex 18 87 AA 56 15 0 21 C2 4B 26
Octal 30 207 252 126 25 0 41 302 113 46
Binary 11000 10000111 10101010 1010110 10101 0 100001 11000010 1001011 100110

Color Harmonies of #1887AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1887AA

Black with #1887AA

Text Example


Text Example

White with #1887AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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