#1887BB

Color #1887BB Pelorous (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pelorous #1887BB

Tints of Pelorous #1887BB

Color information

#1887BB (or 0x1887BB) is unknown color: approx Pelorous. HEX triplet: 18, 87 and BB. RGB value is (24,135,187). Sum of RGB (Red+Green+Blue) = 24+135+187=346 (45% of max value = 765). Red value is 24 (9.77% from 255 or 6.94% from 346); Green value is 135 (53.12% from 255 or 39.02% from 346); Blue value is 187 (73.44% from 255 or 54.05% from 346); Max value from RGB is 187 - color contains mainly: blue. Hex color #1887BB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1887BB is #E77844. Grayscale: #6B6B6B. Windows color (decimal): -15169605 or 12289816. OLE color: 12289816.

HSL color Cylindrical-coordinate representation of color #1887BB: hue angle of 199.14º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1887BB is Cyan = 0.87, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB24135187-
CMYK0.870.2800.27
HSL199.14º77.25%41.37%-
HSV(B)199.14º87.17%73.33%-
XYZ18.0121.1150.14-
YUV107.74172.7368.27-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 6.94%
GREEN value IS 135 (53.12% from 255) = 39.02%
BLUE value IS 187 (73.44% from 255) = 54.05%
R=6.94%
G=39.02%
B=54.05%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal241351870.870.2800.27199.1477.2541.37
Hex1887BB571C01Bc74d29
Octal302072731273403330711551
Binary110001000011110111011101011111100011011110001111001101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1887BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #1887BB;
 }
 .AnyTagClassName
 {
   color: #1887BB;
 }
</style>
background-color css

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

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

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

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

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

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