#1FA8C8

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

Shades of Pelorous #1FA8C8

Tints of Pelorous #1FA8C8

Color information

#1FA8C8 (or 0x1FA8C8) is unknown color: approx Pelorous. HEX triplet: 1F, A8 and C8. RGB value is (31,168,200). Sum of RGB (Red+Green+Blue) = 31+168+200=399 (52% of max value = 765). Red value is 31 (12.5% from 255 or 7.77% from 399); Green value is 168 (66.02% from 255 or 42.11% from 399); Blue value is 200 (78.52% from 255 or 50.13% from 399); Max value from RGB is 200 - color contains mainly: blue. Hex color #1FA8C8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1FA8C8 is #E05737. Grayscale: #828282. Windows color (decimal): -14702392 or 13150239. OLE color: 13150239.

HSL color Cylindrical-coordinate representation of color #1FA8C8: hue angle of 191.36º 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 #1FA8C8 is Cyan = 0.84, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB31168200-
CMYK0.840.1600.22
HSL191.36º73.16%45.29%-
HSV(B)191.36º84.5%78.43%-
XYZ24.9932.4759.59-
YUV130.68167.1156.9-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 7.77%
GREEN value IS 168 (66.02% from 255) = 42.11%
BLUE value IS 200 (78.52% from 255) = 50.13%
R=7.77%
G=42.11%
B=50.13%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal311682000.840.1600.22191.3673.1645.29
Hex1FA8C85410016bf492d
Octal372503101242002627711155
Binary111111010100011001000101010010000010110101111111001001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FA8C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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