#1fa8bf

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

Shades of Pelorous #1FA8BF

Tints of Pelorous #1FA8BF

Color information

#1FA8BF (or 0x1FA8BF) is unknown color: approx Pelorous. HEX triplet: 1F, A8 and BF. RGB value is (31,168,191). Sum of RGB (Red+Green+Blue) = 31+168+191=390 (51% of max value = 765). Red value is 31 (12.5% from 255 or 7.95% from 390); Green value is 168 (66.02% from 255 or 43.08% from 390); Blue value is 191 (75% from 255 or 48.97% from 390); Max value from RGB is 191 - color contains mainly: blue. Hex color #1FA8BF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1FA8BF is #E05740. Grayscale: #818181. Windows color (decimal): -14702401 or 12560415. OLE color: 12560415.

HSL color Cylindrical-coordinate representation of color #1FA8BF: hue angle of 188.62º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1FA8BF is Cyan = 0.84, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB31168191-
CMYK0.840.1200.25
HSL188.62º72.07%43.53%-
HSV(B)188.62º83.77%74.9%-
XYZ23.9732.0654.21-
YUV129.66162.6157.63-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 7.95%
GREEN value IS 168 (66.02% from 255) = 43.08%
BLUE value IS 191 (75% from 255) = 48.97%
R=7.95%
G=43.08%
B=48.97%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal311681910.840.1200.25188.6272.0743.53
Hex1FA8BF54C019bd482c
Octal372502771241403127511054
Binary11111101010001011111110101001100011001101111011001000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1fa8bf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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