#1FA4C8

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

Shades of Pelorous #1FA4C8

Tints of Pelorous #1FA4C8

Color information

#1FA4C8 (or 0x1FA4C8) is unknown color: approx Pelorous. HEX triplet: 1F, A4 and C8. RGB value is (31,164,200). Sum of RGB (Red+Green+Blue) = 31+164+200=395 (52% of max value = 765). Red value is 31 (12.5% from 255 or 7.85% from 395); Green value is 164 (64.45% from 255 or 41.52% from 395); Blue value is 200 (78.52% from 255 or 50.63% from 395); Max value from RGB is 200 - color contains mainly: blue. Hex color #1FA4C8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1FA4C8 is #E05B37. Grayscale: #808080. Windows color (decimal): -14703416 or 13149215. OLE color: 13149215.

HSL color Cylindrical-coordinate representation of color #1FA4C8: hue angle of 192.78º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1FA4C8 is Cyan = 0.84, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB31164200-
CMYK0.840.1800.22
HSL192.78º73.16%45.29%-
HSV(B)192.78º84.5%78.43%-
XYZ24.2731.0159.35-
YUV128.34168.4458.57-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 7.85%
GREEN value IS 164 (64.45% from 255) = 41.52%
BLUE value IS 200 (78.52% from 255) = 50.63%
R=7.85%
G=41.52%
B=50.63%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal311642000.840.1800.22192.7873.1645.29
Hex1FA4C85412016c1492d
Octal372443101242202630111155
Binary111111010010011001000101010010010010110110000011001001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FA4C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,164,200); }

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

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

 a { background-color: rgb(31,164,200); }

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

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

 span { border-color: rgb(31,164,200); }

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