#1B88CC

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

Shades of Pelorous #1B88CC

Tints of Pelorous #1B88CC

Color information

#1B88CC (or 0x1B88CC) is unknown color: approx Pelorous. HEX triplet: 1B, 88 and CC. RGB value is (27,136,204). Sum of RGB (Red+Green+Blue) = 27+136+204=367 (48% of max value = 765). Red value is 27 (10.94% from 255 or 7.36% from 367); Green value is 136 (53.52% from 255 or 37.06% from 367); Blue value is 204 (80.08% from 255 or 55.59% from 367); Max value from RGB is 204 - color contains mainly: blue. Hex color #1B88CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1B88CC is #E47733. Grayscale: #6E6E6E. Windows color (decimal): -14972724 or 13404187. OLE color: 13404187.

HSL color Cylindrical-coordinate representation of color #1B88CC: hue angle of 203.05º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1B88CC is Cyan = 0.87, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB27136204-
CMYK0.870.3300.2
HSL203.05º76.62%45.29%-
HSV(B)203.05º86.76%80%-
XYZ20.1622.260.35-
YUV111.16180.3967.97-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 7.36%
GREEN value IS 136 (53.52% from 255) = 37.06%
BLUE value IS 204 (80.08% from 255) = 55.59%
R=7.36%
G=37.06%
B=55.59%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal271362040.870.3300.2203.0576.6245.29
Hex1B88CC5721014cb4d2d
Octal332103141274102431311555
Binary1101110001000110011001010111100001010100110010111001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B88CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1B88CC; }

 p { color: rgb(27,136,204); }

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

<style>
 a { background-color: #1B88CC; }

 a { background-color: rgb(27,136,204); }

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

<style>
 span { border-color: #1B88CC; }

 span { border-color: rgb(27,136,204); }

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