#1C88AE

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

Shades of Pelorous #1C88AE

Tints of Pelorous #1C88AE

Color information

#1C88AE (or 0x1C88AE) is unknown color: approx Pelorous. HEX triplet: 1C, 88 and AE. RGB value is (28,136,174). Sum of RGB (Red+Green+Blue) = 28+136+174=338 (44% of max value = 765). Red value is 28 (11.33% from 255 or 8.28% from 338); Green value is 136 (53.52% from 255 or 40.24% from 338); Blue value is 174 (68.36% from 255 or 51.48% from 338); Max value from RGB is 174 - color contains mainly: blue. Hex color #1C88AE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1C88AE is #E37751. Grayscale: #6B6B6B. Windows color (decimal): -14907218 or 11438108. OLE color: 11438108.

HSL color Cylindrical-coordinate representation of color #1C88AE: hue angle of 195.62º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1C88AE is Cyan = 0.84, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB28136174-
CMYK0.840.2200.32
HSL195.62º72.28%39.61%-
HSV(B)195.62º83.91%68.24%-
XYZ16.9220.9143.19-
YUV108.04165.2270.91-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 8.28%
GREEN value IS 136 (53.52% from 255) = 40.24%
BLUE value IS 174 (68.36% from 255) = 51.48%
R=8.28%
G=40.24%
B=51.48%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal281361740.840.2200.32195.6272.2839.61
Hex1C88AE5416020c44828
Octal342102561242604030411050
Binary1110010001000101011101010100101100100000110001001001000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C88AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,136,174); }

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

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

 a { background-color: rgb(28,136,174); }

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

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

 span { border-color: rgb(28,136,174); }

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